docker compose clean up
This commit is contained in:
parent
91a3084f06
commit
2a30d3857c
@ -28,7 +28,7 @@ services:
|
||||
container_name: listmonk_app
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "${LISTMONK_PORT:-9000}:9000"
|
||||
- "${LISTMONK_PORT:-9001}:9000"
|
||||
networks:
|
||||
- changemaker-lite
|
||||
hostname: ${LISTMONK_HOSTNAME}
|
||||
@ -41,11 +41,11 @@ services:
|
||||
LISTMONK_db__password: *db-password
|
||||
LISTMONK_db__database: *db-name
|
||||
LISTMONK_db__host: listmonk-db
|
||||
LISTMONK_db__port: 5432
|
||||
LISTMONK_db__port: ${LISTMONK_DB_PORT:-5432}
|
||||
LISTMONK_db__ssl_mode: disable
|
||||
LISTMONK_db__max_open: 25
|
||||
LISTMONK_db__max_idle: 25
|
||||
LISTMONK_db__max_lifetime: 300s
|
||||
LISTMONK_db__max_open: ${LISTMONK_DB_MAX_OPEN:-25}
|
||||
LISTMONK_db__max_idle: ${LISTMONK_DB_MAX_IDLE:-25}
|
||||
LISTMONK_db__max_lifetime: ${LISTMONK_DB_MAX_LIFETIME:-300s}
|
||||
TZ: Etc/UTC
|
||||
LISTMONK_ADMIN_USER: ${LISTMONK_ADMIN_USER:-}
|
||||
LISTMONK_ADMIN_PASSWORD: ${LISTMONK_ADMIN_PASSWORD:-}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user