1
0
mirror of https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git synced 2025-08-14 00:25:46 +02:00

check nginx

This commit is contained in:
1
2024-12-25 13:05:48 +06:00
parent 2ba223b666
commit 29886811e3
3 changed files with 17 additions and 21 deletions

View File

@@ -25,12 +25,12 @@ services:
nginx:
build:
context: ./docker/nginx
dockerfile: Dockerfile
context: .
dockerfile: docker/nginx/Dockerfile
container_name: support-nginx
restart: unless-stopped
ports:
- "80:80" # Возвращаем стандартный порт
- "80:80"
depends_on:
- frontend
- backend