feat(rundeck): Update to 5.9.0

This commit is contained in:
2025-02-26 01:49:09 +01:00
parent 868737a915
commit ea46ff1517
16 changed files with 215 additions and 200 deletions

View File

@@ -1,34 +1,26 @@
CONTEXT=ux_vilnius
# Set something sensible here and uncomment
# ---
# RUNDECK_VERSION=x.y.z
# POSTGRES_VERSION=x.y.z
# RUNDECK_PORT=62256
# POSTGRES_PORT=62257
# Feel free to leave defaults. They apply while these vars are commented out
# ---
# RESTARTPOLICY=unless-stopped
# TIMEZONE=Etc/UTC
# Subnet to use for this Docker Compose project. Docker defaults to
# container networks in prefix 172.16.0.0/12 which is 1 million addresses in
# the range from 172.16.0.0 to 172.31.255.255. Docker uses 172.17.0.0/16 for
# itself. Use any sensible prefix in 172.16.0.0/12 here except for Docker's
# own 172.17.0.0/16.
# ---
POSTGRES_DB=rundeck
POSTGRES_PASSWORD=my-password
POSTGRES_PORT=61001
POSTGRES_USER=rundeck
POSTGRES_VERSION=latest
RUNDECK_GRAILS_URL=https://fully.qualified.domain.name
RUNDECK_LOGGING_AUDIT_ENABLED=true
RUNDECK_PORT=61000
RUNDECK_VERSION=5.9.0
SUBNET=172.30.95.0/24
TIMEZONE=Africa/Nouakchott
# See 'docker-compose.override.yml' for how to make a variable available in
# a Dockerfile
# ---
# EXAMPLE_ARG_FROM_ENV_FILE=must_be_available_in_dockerfile
# Other available defaults
# RESTARTPOLICY=always
#
# Defaults to "warn"
# Can be for example debug, info, warn, error
# RUNDECK_LOGGING_LOGLEVEL_DEFAULT=debug
# RUNDECK_LOGGING_LOGLEVEL_ROOT=debug
# RUNDECK_LOGGING_LOGLEVEL_HIBERNATE=debug
# RUNDECK_LOGGING_LOGLEVEL_SPRING=debug
# RUNDECK_LOGGING_LOGLEVEL_SPRINGBEAN=debug
# RUNDECK_LOGGING_LOGLEVEL_INTERNALS=debug
# RUNDECK_LOGGING_LOGLEVEL_GRAILS=debug
# RUNDECK_LOGGING_LOGLEVEL_JETTY=debug