Files
docker-build-moo-rist/docker-compose_amd64_only.yaml
2025-12-22 06:32:34 +01:00

26 lines
713 B
YAML

services:
moo-rist:
build:
context: .
dockerfile: ./Dockerfile
image: ${REPOSITORY}/moo-rist:${VERSION}
moostream-logger:
build:
context: .
dockerfile: ./Dockerfile-Logger
image: ${REPOSITORY}/moo-rist-logger:${VERSION}
moostream-logger-sender:
build:
context: .
dockerfile: ./Dockerfile-Logger-Sender
image: ${REPOSITORY}/moo-rist-logger-sender:${VERSION}
moostream-stats:
build:
context: .
dockerfile: ./Dockerfile-Stats
image: ${REPOSITORY}/moo-rist-stats:${VERSION}
moostream-stats-sender:
build:
context: .
dockerfile: ./Dockerfile-Stats-Sender
image: ${REPOSITORY}/moo-rist-stats-sender:${VERSION}