mapdash/docker-compose.yml

13 lines
219 B
YAML

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