4.23.0: Добавлено отслеживание и улучшен UI
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m31s

This commit is contained in:
poignatov
2026-02-05 18:36:14 +03:00
parent d6d40f4f86
commit 6e9e2db23e
12 changed files with 1817 additions and 104 deletions

View File

@@ -14,6 +14,8 @@ services:
POSTGRES_DB: ${DB_NAME:-playeng}
ports:
- "${DB_PORT:-5432}:5432"
volumes:
- postgres_data:/var/lib/postgresql/data
healthcheck:
test: ["CMD-SHELL", "pg_isready -U ${DB_USER:-playeng}"]
interval: 10s
@@ -59,6 +61,10 @@ services:
env_file:
- .env
volumes:
postgres_data:
name: play-life_postgres_data
networks:
default:
name: play-life-network