Update dependencies et fix env manquante
This commit is contained in:
parent
02078319a5
commit
f97b7d4ce6
3 changed files with 4 additions and 2 deletions
2
bottin
2
bottin
|
@ -1 +1 @@
|
|||
Subproject commit d48bf545d7a26849c88b86588844713f6588554e
|
||||
Subproject commit 4544940556ee6d795e3b5b2a721c46f939cbae54
|
|
@ -1 +1 @@
|
|||
Subproject commit 5c5ea71622a9dc1dd654de216afdf16b67c2f3ad
|
||||
Subproject commit 34ee2c095535f3cd6775936a28d5f2286904e33b
|
|
@ -58,11 +58,13 @@ services:
|
|||
bottin_ag_api:
|
||||
depends_on:
|
||||
- 'bottin_ag_db'
|
||||
- 'bottin_api'
|
||||
build: './bottin-ag'
|
||||
image: 'git.agecem.com/agecem/bottin-ag:latest'
|
||||
environment:
|
||||
BOTTINAG_API_KEY: "${BOTTINAG_API_KEY}"
|
||||
BOTTINAG_BOTTIN_API_KEY: "${BOTTIN_API_KEY}"
|
||||
BOTTINAG_BOTTIN_API_HOST: 'bottin_api'
|
||||
BOTTINAG_DB_DATABASE: "${BOTTINAG_POSTGRES_DATABASE}"
|
||||
BOTTINAG_DB_HOST: 'bottin_ag_db'
|
||||
BOTTINAG_DB_PASSWORD: "${BOTTINAG_POSTGRES_PASSWORD}"
|
||||
|
|
Loading…
Reference in a new issue