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:
- "3000"
networks:
- nginx
- proxy
healthcheck:
test: ["CMD-SHELL", "wget -q --spider http://127.0.0.1:3000/ || exit 1"]
interval: 30s
@@ -20,4 +20,4 @@ services:
networks:
nginx:
external: true
name: nginx
name: proxy