Updated feedstack to include weatherdb and weatherapi containers
This commit is contained in:
9
templates/weatherapi/config.yml.j2
Normal file
9
templates/weatherapi/config.yml.j2
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: weatherdb
|
||||
driver: postgres
|
||||
params:
|
||||
uri: postgres://weatherdb:5432/{{ feedstack_weatherdb_database }}?sslmode=disable
|
||||
username: {{ feedstack_weatherdb_user }}
|
||||
password: {{ feedstack_weatherdb_password }}
|
||||
|
||||
...
|
||||
Reference in New Issue
Block a user