FEATURE (build): Update installation volumes

This commit is contained in:
Rostislav Dugin
2025-06-08 14:58:33 +03:00
parent f394c9dd34
commit b61364e2ad
3 changed files with 26 additions and 8 deletions

View File

@@ -13,6 +13,8 @@ services:
dockerfile: Dockerfile
ports:
- "4005:4005"
volumes:
- ./postgresus-data:/app/postgresus-data
depends_on:
postgresus-db:
condition: service_healthy
@@ -24,8 +26,8 @@ services:
# PostgreSQL ports so it is safe
environment:
- POSTGRES_DB=postgresus
- POSTGRES_USER=postgresus
- POSTGRES_PASSWORD=postgresus
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=Q1234567
volumes:
- ./pgdata:/var/lib/postgresql/data
container_name: postgresus-db