feat: nginx to proxy

This commit is contained in:
2026-07-08 20:38:41 +02:00
parent 8cfec5474c
commit d6a96ef593
+2 -2
View File
@@ -9,7 +9,7 @@ services:
expose: expose:
- "3000" - "3000"
networks: networks:
- nginx - proxy
healthcheck: healthcheck:
test: ["CMD-SHELL", "wget -q --spider http://127.0.0.1:3000/ || exit 1"] test: ["CMD-SHELL", "wget -q --spider http://127.0.0.1:3000/ || exit 1"]
interval: 30s interval: 30s
@@ -20,4 +20,4 @@ services:
networks: networks:
nginx: nginx:
external: true external: true
name: nginx name: proxy