chore: dockerfile update
This commit is contained in:
+7
-4
@@ -16,7 +16,7 @@ services:
|
||||
timeout: 5s
|
||||
retries: 10
|
||||
networks:
|
||||
- app
|
||||
- nginx_proxy_manager
|
||||
|
||||
cms:
|
||||
build:
|
||||
@@ -39,7 +39,7 @@ services:
|
||||
volumes:
|
||||
- cms-uploads:/app/apps/cms/media
|
||||
networks:
|
||||
- app
|
||||
- nginx_proxy_manager
|
||||
|
||||
# The public site. We deliberately do NOT bake dist/ into the image:
|
||||
# scripts/rebuild.sh (run by the host-side webhook) writes fresh HTML to
|
||||
@@ -55,12 +55,15 @@ services:
|
||||
- ./apps/web/dist:/usr/share/nginx/html:ro
|
||||
- ./apps/web/nginx-default.conf:/etc/nginx/conf.d/default.conf:ro
|
||||
networks:
|
||||
- app
|
||||
- nginx_proxy_manager
|
||||
|
||||
volumes:
|
||||
pgdata:
|
||||
cms-uploads:
|
||||
|
||||
|
||||
networks:
|
||||
app:
|
||||
nginx_proxy_manager:
|
||||
name: nginx_proxy_manager
|
||||
driver: bridge
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user