Merge pull request 'feat(Listmonk): Fix le domain pour les images par exemple' (#81) from vaultwarden into main

Reviewed-on: #81
This commit is contained in:
Simon 2024-09-10 23:23:34 +02:00
commit 191e9b0ea0
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ services:
depends_on: depends_on:
- postgres - postgres
environment: environment:
LISTMONK_app__address: 0.0.0.0:9000 LISTMONK_app__address: ${LISTMONK_DOMAIN}
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}