1
0
Fork 0
mirror of https://github.com/postmannen/ctrl.git synced 2024-12-14 12:37:31 +00:00
ctrl/docker-compose.yaml

19 lines
457 B
YAML

# Example docker compose file
# Build image with:
# docker build -t ctrl:0.03 .
# Or to push to docker hub:
# docker buildx build --platform linux/amd64 --tag ctrl:amd64-0.03 --load .
# docker tag ctrl:amd64-0.03 postmannen/ctrl:amd64-0.03
# docker push postmannen/ctrl:amd64-0.03
version: "3"
services:
ctrl:
build: .
env_file:
- tmp/env.file
image: ctrl:0.02
restart: always
ports:
- "2111:2111"
- "8090:8090"