feat: nginx to proxy
This commit is contained in:
+2
-2
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user