services: milla: image: milla build: context: . deploy: resources: limits: memory: 64M user: ${UID}:${GID} logging: driver: "json-file" options: max-size: "100m" networks: - millanet restart: unless-stopped command: ["--config", "/opt/milla/config.toml"] volumes: - ./config.toml:/opt/milla/config.toml - /etc/ssl/certs:/etc/ssl/certs:ro cap_drop: - ALL networks: millanet: