Prepare isolated VPS UAT deployment bundle

This commit is contained in:
b0txec
2026-08-20 19:22:03 +03:00
parent bd053b073c
commit 52922b8e7f
14 changed files with 379 additions and 17 deletions
+8
View File
@@ -0,0 +1,8 @@
# Copy to /srv/weathertool/.env.staging and set mode 0600.
# Do not commit the real file.
WEATHERTOOL_IMAGE=weathertool:REPLACE_WITH_FULL_GIT_SHA
WEATHERTOOL_PORT=8002
AUTHELIA_PORT=9091
POSTGRES_DB=weather
POSTGRES_USER=weather
POSTGRES_PASSWORD=REPLACE_WITH_A_LONG_RANDOM_VALUE