modified: serv_nginx/Makefile

modified:   serv_nginx/docker-compose.yml
delete keycloak network
This commit is contained in:
2025-10-21 22:39:15 +05:00
parent 17e8b8169b
commit ed0eb735ac
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ build:
docker compose build --no-cache docker compose build --no-cache
start: start:
docker compose up -d docker compose up -d --remove-orphans
re_all: stop git build start re_all: stop git build start
+4 -2
View File
@@ -39,12 +39,10 @@ services:
- internal - internal
- app-network - app-network
- bb-network - bb-network
- keycloak-network
depends_on: depends_on:
- certbot - certbot
- api - api
- api_bb - api_bb
- keycloak
api: api:
build: build:
@@ -173,3 +171,7 @@ networks:
driver: bridge driver: bridge
bb-network: bb-network:
driver: bridge driver: bridge
# Эта опция автоматически удаляет orphans
x-remove-orphans: true