Updated feedstack to include weatherdb and weatherapi containers

This commit is contained in:
2026-03-17 16:17:06 +00:00
parent 29cac89fe8
commit 6fcdffd6c4
7 changed files with 80 additions and 0 deletions

View File

@@ -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"