mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-06-22 06:04:20 +00:00
chore: update formating
This commit is contained in:
parent
ca24d57fd0
commit
04945bfebd
3 changed files with 16 additions and 5 deletions
|
@ -59,7 +59,7 @@ services:
|
|||
DB_PASSWORD: ${POSTGRES_PASSWORD}
|
||||
DB_HOST: postgres
|
||||
# DB_NAME: ${POSTGRES_DB}
|
||||
AUTH_TYPE: scram-sha-256
|
||||
AUTH_TYPE: scram-sha-256
|
||||
POOL_MODE: transaction
|
||||
ADMIN_USERS: ${POSTGRES_USER}
|
||||
CLIENT_TLS_SSLMODE: require
|
||||
|
@ -68,7 +68,7 @@ services:
|
|||
CLIENT_TLS_CA_FILE: /certs/ca.crt
|
||||
SERVER_TLS_SSLMODE: require
|
||||
ports:
|
||||
- "5432:5432"
|
||||
- '5432:5432'
|
||||
depends_on:
|
||||
- postgres
|
||||
volumes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue