Refactor Docker setup and enhance PWA features with service worker, caching, and manifest updates
This commit is contained in:
@@ -1,19 +1,12 @@
|
||||
version: '3.8'
|
||||
services:
|
||||
services-homepage:
|
||||
image: nginx:alpine
|
||||
build: .
|
||||
container_name: services-homepage
|
||||
ports:
|
||||
- "8088:80"
|
||||
volumes:
|
||||
- ./index.html:/usr/share/nginx/html/index.html:ro
|
||||
- ./services.xml:/usr/share/nginx/html/services.xml:ro
|
||||
- ./styles.css:/usr/share/nginx/html/styles.css:ro
|
||||
- ./logos:/usr/share/nginx/html/logos:ro
|
||||
- ./js:/usr/share/nginx/html/js:ro
|
||||
- ./README.md:/usr/share/nginx/html/README.md:ro
|
||||
- ./FAQ.md:/usr/share/nginx/html/FAQ.md:ro
|
||||
- ./nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
restart: unless-stopped
|
||||
logging:
|
||||
driver: json-file
|
||||
|
||||
Reference in New Issue
Block a user