Initial commit
This commit is contained in:
commit
e906638173
11 changed files with 169 additions and 0 deletions
5
examples/bottin-agenda-api.yaml
Normal file
5
examples/bottin-agenda-api.yaml
Normal file
|
@ -0,0 +1,5 @@
|
|||
bottin:
|
||||
api:
|
||||
host: 'bottin_api'
|
||||
db:
|
||||
host: 'bottin_agenda_db'
|
3
examples/bottin-agenda-web.yaml
Normal file
3
examples/bottin-agenda-web.yaml
Normal file
|
@ -0,0 +1,3 @@
|
|||
web:
|
||||
api:
|
||||
host: 'bottin_agenda_api'
|
2
examples/bottin-api.yaml
Normal file
2
examples/bottin-api.yaml
Normal file
|
@ -0,0 +1,2 @@
|
|||
db:
|
||||
host: 'bottin_db'
|
3
examples/bottin-web.yaml
Normal file
3
examples/bottin-web.yaml
Normal file
|
@ -0,0 +1,3 @@
|
|||
web:
|
||||
api:
|
||||
host: 'bottin_api'
|
6
examples/test.env
Normal file
6
examples/test.env
Normal file
|
@ -0,0 +1,6 @@
|
|||
BOTTINAGENDA_POSTGRES_DATABASE=bottin-agenda
|
||||
BOTTINAGENDA_POSTGRES_PASSWORD=bottin-agenda
|
||||
BOTTINAGENDA_POSTGRES_USER=bottin-agenda
|
||||
BOTTIN_POSTGRES_PASSWORD=bottin
|
||||
BOTTIN_POSTGRES_USER=bottin
|
||||
BOTTIN_POSTGRES_DATABASE=bottin
|
Reference in a new issue