version: '3.8' services: my-service: build: context: . dockerfile: Dockerfile args: - TOKEN=$TOKEN init: true privileged: true container_name: my-service volumes: - /app/my-service/data:/data - '/etc/timezone:/etc/timezone:ro' - '/etc/localtime:/etc/localtime:ro' restart: unless-stopped networks: - web networks: web: external: true