Updated feedstack to include weatherdb and weatherapi containers
This commit is contained in:
@@ -17,7 +17,19 @@ feedstack_weatherfeeder_container_tag: "latest"
|
||||
feedstack_weatherprocessor_container_image: "harbor.maximumdirect.net/library/weatherprocessor"
|
||||
feedstack_weatherprocessor_container_tag: "latest"
|
||||
|
||||
# Define the default weatherapi container image and tag.
|
||||
feedstack_weatherapi_container_image: "harbor.maximumdirect.net/library/weatherapi"
|
||||
feedstack_weatherapi_container_tag: "latest"
|
||||
|
||||
# Define the default NATS container image and tag.
|
||||
feedstack_nats_container_image: "nats"
|
||||
feedstack_nats_container_tag: "linux"
|
||||
|
||||
# Define the default weatherdb container image and tag.
|
||||
feedstack_weatherdb_container_image: "postgres"
|
||||
feedstack_weatherdb_container_tag: "16"
|
||||
|
||||
# Define the default weatherdb database user and password.
|
||||
feedstack_weatherdb_user: "weatherdb"
|
||||
feedstack_weatherdb_password: "weatherdb"
|
||||
feedstack_weatherdb_database: "weatherdb"
|
||||
Reference in New Issue
Block a user