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