fix volume mounts

This commit is contained in:
zyphlar
2026-07-25 11:28:23 -07:00
parent 1e50d38927
commit 2c8a67ac15
2 changed files with 15 additions and 6 deletions
-6
View File
@@ -8,12 +8,6 @@ services:
- "5000:5000"
volumes:
- ./data:/data
- ./web:/app/web
- ./download-overpass.py:/app/download-overpass.py
- ./diff-highways.py:/app/diff-highways.py
- ./shp-to-geojson.py:/app/shp-to-geojson.py
- ./convert-addresses.py:/app/convert-addresses.py
- ./compare-addresses.py:/app/compare-addresses.py
env_file:
- stack.env
environment: