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