3
0
Fork 0
medicine-config/control-panel/docker-compose.yml

28 lines
562 B
YAML

networks:
medicine-network:
external: true
services:
control-panel:
container_name: medicine-control-panel
image: medlogic/medicine-control-panel:latest
restart: always
privileged: true
user: root
networks:
- medicine-network
volumes:
- ../:/medicine-config
- ../../medicine-backups:/medicine-backups
- /var/run/docker.sock:/var/run/docker.sock
ports:
- "800:1337"
expose:
- 800
logging:
driver: "json-file"
options:
max-size: "5mb"
max-file: "10"