This commit is contained in:
Den Piligrim
2025-12-25 22:11:57 +03:00
parent 13e64b4e86
commit 3cb0e4e77e
4 changed files with 28 additions and 0 deletions
+2
View File
@@ -261,6 +261,7 @@ services:
nginx:
image: nginx:alpine
restart: unless-stopped
depends_on: [node]
ports:
- "$NGINX_PORT:$NGINX_PORT"
@@ -309,6 +310,7 @@ services:
nginx:
image: nginx:alpine
restart: unless-stopped
depends_on: [node]
ports:
- "$NGINX_PORT:$NGINX_PORT"