install passport
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user