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

22 lines
387 B
YAML

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