chore: dockerfile update

This commit is contained in:
2026-06-17 22:48:09 +05:30
parent bc31b2508b
commit 224a33c553
5 changed files with 83 additions and 30 deletions
+7 -4
View File
@@ -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