Compare commits
No commits in common. "191e9b0ea0e88908bda4afcb95ee4df09a187777" and "a0300d20d675bab927cbe5fdc92783035e553258" have entirely different histories.
191e9b0ea0
...
a0300d20d6
|
@ -20,7 +20,7 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
environment:
|
environment:
|
||||||
LISTMONK_app__address: ${LISTMONK_DOMAIN}
|
LISTMONK_app__address: 0.0.0.0:9000
|
||||||
LISTMONK_app__admin_username: ${LISTMONK_ADMIN_USERNAME:?err}
|
LISTMONK_app__admin_username: ${LISTMONK_ADMIN_USERNAME:?err}
|
||||||
LISTMONK_app__admin_password: ${LISTMONK_ADMIN_PASSWORD:?err}
|
LISTMONK_app__admin_password: ${LISTMONK_ADMIN_PASSWORD:?err}
|
||||||
LISTMONK_db__host: ${POSTGRES_CONTAINER_NAME:?err}
|
LISTMONK_db__host: ${POSTGRES_CONTAINER_NAME:?err}
|
||||||
|
|
Loading…
Reference in New Issue