services: dt_map: image: nginx:alpine container_name: dt_map restart: unless-stopped ports: - "80:80" volumes: - ../dist:/usr/share/nginx/html:ro - ../fiction:/usr/share/nginx/fiction:ro - ./nginx.conf:/etc/nginx/conf.d/default.conf:ro