Skip to content

Commit

Permalink
reset
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddewie committed Jul 29, 2024
1 parent 6fb5ecb commit 85d21c0
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,16 +113,12 @@ services:
NGINX_CACHE_TTL: '0'
CLIENT_CACHE_TTL_FRESH: '0'
CLIENT_CACHE_TTL_STALE: '0'
volumes:
- ./proxy/index.html:/etc/nginx/public/index.html
- ./proxy/css/ui.css:/etc/nginx/public/css/ui.css
- ./proxy/js/ui.js:/etc/nginx/public/js/ui.js
# develop:
# watch:
# - action: rebuild
# path: proxy
# - action: rebuild
# path: features
develop:
watch:
- action: rebuild
path: proxy
- action: rebuild
path: features

api:
image: ghcr.io/hiddewie/openrailwaymap-api:latest
Expand All @@ -133,9 +129,6 @@ services:
- PORT=5000
ports:
- '5000:5000'
volumes:
- ./api/openrailwaymap_api:/app/openrailwaymap_api
- ./api/api.py:/app/api.py

api-import:
image: ghcr.io/hiddewie/openrailwaymap-api:latest
Expand Down

0 comments on commit 85d21c0

Please sign in to comment.