Added Vite PWA for PWA support

[frontend] added basic Vite PWA configuration for PWA support
[docker-compose] fixed typo
This commit is contained in:
João Vitória Silva
2024-07-25 08:10:39 +01:00
parent c9ae93c637
commit 33838c9adb
4 changed files with 4433 additions and 27 deletions

View File

@@ -25,7 +25,7 @@ services:
- STRAVA_AUTH_CODE=changeme
- GEOCODES_MAPS_API=changeme
- FRONTEND_PROTOCOL=http # default is http
- FRONTEND_HOST=frontend:8080 # frontend host or local ip (example: 192.168.1.10:8080), default is frontend
- FRONTEND_HOST=frontend:8080 # frontend host or local ip (example: 192.168.1.10:8080), default is frontend:8080
ports:
- "98:80" # API port, change per your needs
volumes: