Add base configs
This commit is contained in:
parent
d62ac37071
commit
1cb8d34168
3 changed files with 10 additions and 0 deletions
5
examples/bottin-ag-api.yaml
Normal file
5
examples/bottin-ag-api.yaml
Normal file
|
@ -0,0 +1,5 @@
|
|||
bottin:
|
||||
api:
|
||||
host: 'bottin_api'
|
||||
db:
|
||||
host: 'bottin_ag_db'
|
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'
|
Loading…
Reference in a new issue