Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddewie committed Jul 29, 2024
1 parent 701ecce commit c4190af
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
19 changes: 13 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,16 @@ services:
NGINX_CACHE_TTL: '0'
CLIENT_CACHE_TTL_FRESH: '0'
CLIENT_CACHE_TTL_STALE: '0'
develop:
watch:
- action: rebuild
path: proxy
- action: rebuild
path: features
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

api:
image: ghcr.io/hiddewie/openrailwaymap-api:latest
Expand All @@ -129,6 +133,9 @@ 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
2 changes: 1 addition & 1 deletion proxy/js/styles.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3832,7 +3832,7 @@ const legendData = {
feature: 'does-not-exist',
type: 'line',
azimuth: 135.5,
direction_both: false,
direction_both: false,
},
variants: [
{
Expand Down

0 comments on commit c4190af

Please sign in to comment.