Merge pull request 'feature(compose): injecter .env
dans container server
' (#209) from vlbeaudoin/feature/compose-env-file into main
Reviewed-on: #209
This commit is contained in:
commit
cb2aedc7ff
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ services:
|
|||
restart: 'unless-stopped'
|
||||
build: .
|
||||
image: 'git.agecem.com/agecem/agecem-org:latest'
|
||||
env_file: '.env'
|
||||
environment:
|
||||
AGECEM_ORG_SERVER_DOCUMENTS_ACCESS_KEY_ID: "${MINIO_ROOT_USER:-agecemorg}"
|
||||
AGECEM_ORG_SERVER_DOCUMENTS_SECRET_ACCESS_KEY: "${MINIO_ROOT_PASSWORD:?MINIO_ROOT_PASSWORD requis dans .env}"
|
||||
|
|
Loading…
Reference in a new issue