Skip to content

Commit

Permalink
chore: update fichiers docker-compose pour déploiement klee & cegedim
Browse files Browse the repository at this point in the history
  • Loading branch information
rsauvair committed Jul 22, 2022
1 parent 07c6695 commit beca24e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .infra/cegedim/pdigi/env-recette-cegedim.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
- cerfa_network
environment:
- SERVER_URI=http://server:5000
- NEXT_PUBLIC_ENV=recette
- NEXT_PUBLIC_ENV={{ vault.CERFA_ENV }}
- NEXT_PUBLIC_BASE_URL=https://{{ hostname }}
- NEXT_PUBLIC_BASE_HOST={{ hostname }}
- NEXT_PUBLIC_METABASE_URL=https://{{ hostname }}
Expand Down Expand Up @@ -69,9 +69,9 @@ services:
- cerfa_network
restart: unless-stopped
environment:
- CERFA_ENV=recette
- CERFA_ENV={{ vault.CERFA_ENV }}
- CERFA_LOG_LEVEL=info
- CERFA_LOG_DESTINATIONS=stdout,mongodb
- CERFA_LOG_DESTINATIONS={{ vault.CERFA_LOG_DESTINATIONS }}
- CERFA_PUBLIC_URL=https://{{ hostname }}
- CERFA_MONGODB_URI=mongodb://{{ mongo_user }}:{{ mongo_password }}@{{ mongo_host }}:27017/pdigi?retryWrites=true&w=majority&authSource=admin
- CERFA_SLACK_WEBHOOK_URL={{ vault.CERFA_SLACK_WEBHOOK_URL }}
Expand Down
8 changes: 4 additions & 4 deletions .infra/cegedim/pdigi/env-recette-klee.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
- cerfa_network
environment:
- SERVER_URI=http://server:5000
- NEXT_PUBLIC_ENV=recette
- NEXT_PUBLIC_ENV={{ vault.CERFA_ENV }}
- NEXT_PUBLIC_BASE_URL=https://{{ hostname }}
- NEXT_PUBLIC_BASE_HOST={{ hostname }}
- NEXT_PUBLIC_METABASE_URL=https://{{ hostname }}
Expand Down Expand Up @@ -69,11 +69,11 @@ services:
- cerfa_network
restart: unless-stopped
environment:
- CERFA_ENV=recette
- CERFA_ENV={{ vault.CERFA_ENV }}
- CERFA_LOG_LEVEL=info
- CERFA_LOG_DESTINATIONS=stdout,mongodb,teams
- CERFA_LOG_DESTINATIONS={{ vault.CERFA_LOG_DESTINATIONS }}
- CERFA_PUBLIC_URL=https://{{ hostname }}
- CERFA_MONGODB_URI=mongodb://{{ mongo_user }}:{{ mongo_password }}@{{ mongo_host }}:27017/{{ mongo_database }}?retryWrites=true&w=majority&authSource=admin
- CERFA_MONGODB_URI=mongodb://{{ mongo_user }}:{{ mongo_password }}@{{ mongo_host }}:27017/{{ mongo_database }}?retryWrites=true&w=majority
- CERFA_SLACK_WEBHOOK_URL={{ vault.CERFA_SLACK_WEBHOOK_URL }}
- CERFA_TEAMS_WEBHOOK_URL={{ vault.CERFA_TEAMS_WEBHOOK_URL }}
- CERFA_API_KEY={{ vault.CERFA_API_KEY }}
Expand Down

0 comments on commit beca24e

Please sign in to comment.