Очистка мусора

This commit is contained in:
Халимов Рустам
2026-03-15 21:36:49 +03:00
parent c14999d319
commit 893c9f2316
424 changed files with 689 additions and 493340 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
services:
db:
image: postgres:15-alpine
container_name: vortex-db
container_name: knot-db
restart: always
environment:
POSTGRES_USER: ${POSTGRES_USER}
@@ -16,7 +16,7 @@ services:
build:
context: .
dockerfile: Dockerfile.server-net
container_name: vortex-server
container_name: knot-server
restart: always
environment:
DATABASE_URL: ${DATABASE_URL}
@@ -40,7 +40,7 @@ services:
dockerfile: Dockerfile.web
args:
- VITE_KLIPY_API_KEY=${VITE_KLIPY_API_KEY}
container_name: vortex-web
container_name: knot-web
restart: always
ports:
- "9090:80"