71 lines
1.7 KiB
YAML
71 lines
1.7 KiB
YAML
services:
|
|
moo-rist:
|
|
build:
|
|
context: .
|
|
dockerfile: ./Dockerfile
|
|
platforms:
|
|
- linux/amd64
|
|
- linux/arm64
|
|
- linux/arm/v7
|
|
image: ${REPOSITORY}/moo-rist:${VERSION}
|
|
moo-rist-forwarder:
|
|
build:
|
|
context: .
|
|
dockerfile: ./DockerfileForwarder
|
|
platforms:
|
|
- linux/amd64
|
|
- linux/arm64
|
|
- linux/arm/v7
|
|
image: ${REPOSITORY}/moo-rist-forwarder:${VERSION}
|
|
moo-rist-to-rist:
|
|
build:
|
|
context: .
|
|
dockerfile: ./DockerfileRist2Rist
|
|
platforms:
|
|
- linux/amd64
|
|
- linux/arm64
|
|
- linux/arm/v7
|
|
image: ${REPOSITORY}/moo-rist-to-rist:${VERSION}
|
|
moostream-stats:
|
|
build:
|
|
context: .
|
|
dockerfile: ./Dockerfile-Stats
|
|
platforms:
|
|
- linux/amd64
|
|
- linux/arm64
|
|
- linux/arm/v7
|
|
image: ${REPOSITORY}/moo-rist-stats:${VERSION}
|
|
|
|
|
|
#moo-rist-relay:
|
|
# build:
|
|
# context: .
|
|
# dockerfile: ./DockerfileRelay
|
|
# platforms:
|
|
# - linux/amd64
|
|
# - linux/arm64
|
|
# image: ${REPOSITORY}/moo-rist-relay:${VERSION}
|
|
#moostream-logger:
|
|
# build:
|
|
# context: .
|
|
# dockerfile: ./Dockerfile-Logger
|
|
# platforms:
|
|
# - linux/amd64
|
|
# - linux/arm64
|
|
# image: ${REPOSITORY}/moo-rist-logger:${VERSION}
|
|
#moostream-logger-sender:
|
|
# build:
|
|
# context: .
|
|
# dockerfile: ./Dockerfile-Logger-Sender
|
|
# platforms:
|
|
# - linux/amd64
|
|
# - linux/arm64
|
|
# image: ${REPOSITORY}/moo-rist-logger-sender:${VERSION}
|
|
#moostream-stats-sender:
|
|
# build:
|
|
# context: .
|
|
# dockerfile: ./Dockerfile-Stats-Sender
|
|
# platforms:
|
|
# - linux/amd64
|
|
# - linux/arm64
|
|
# image: ${REPOSITORY}/moo-rist-stats-sender:${VERSION} |