1
0
Fork 0
medicine-config/medicine-damask/docker-compose.yml

22 lines
393 B
YAML

version: '3'
services:
medicine-damask:
restart: "always"
image: docker.med-logic.ru/medicine-damask:latest
container_name: medicine-damask
env_file: .env
ports:
- "877:80"
networks:
- medicine-network
logging:
driver: "json-file"
options:
max-size: "200k"
max-file: "10"
networks:
medicine-network:
external: true