Skip to content

Commit

Permalink
add volumes for data
Browse files Browse the repository at this point in the history
  • Loading branch information
hggh committed Nov 17, 2024
1 parent 7a609a5 commit 1225148
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ services:
- type: bind
source: local_settings.py
target: /app/gpxviewr/local_settings.py
- type: bind
source: ./django-static
target: /static
- type: bind
source: ./local-fs-storage
target: /local-fs-storage
- type: bind
source: ./temp-geojson
target: /temp-geojson
networks:
- gpxv
celery:
Expand All @@ -17,6 +26,15 @@ services:
- type: bind
source: local_settings.py
target: /app/gpxviewr/local_settings.py
- type: bind
source: ./django-static
target: /static
- type: bind
source: ./local-fs-storage
target: /local-fs-storage
- type: bind
source: ./temp-geojson
target: /temp-geojson
networks:
- gpxv
valhalla:
Expand Down

0 comments on commit 1225148

Please sign in to comment.