services: mapdash: build: . image: mapdash:latest container_name: mapdash restart: unless-stopped networks: [edge] volumes: - ./static:/app/static:ro networks: edge: external: true