install passport

This commit is contained in:
2026-04-27 16:12:08 +03:30
parent 1dbd816da2
commit 4596025ba3
14 changed files with 1278 additions and 7 deletions

View File

@@ -21,10 +21,10 @@ services:
postgres:
image: postgres:18.2-alpine3.23
container_name: pgsql
container_name: payment-db
restart: unless-stopped
ports:
- "8091:5432"
- "8092:5432"
environment:
POSTGRES_DB: ${POSTGRES_DB}
POSTGRES_USER: ${POSTGRES_USER}