feat(rundeck): Store project config on disk

This commit is contained in:
hygienic-books 2025-02-27 02:20:39 +01:00
parent fd06067120
commit 45e712f424

View File

@ -21,6 +21,7 @@ services:
- "${RUNDECK_PORT}:4440" - "${RUNDECK_PORT}:4440"
volumes: volumes:
- "/opt/docker-data/rundeck-${CONTEXT}/rundeck/data:/home/rundeck/server/data" - "/opt/docker-data/rundeck-${CONTEXT}/rundeck/data:/home/rundeck/server/data"
- "/opt/docker-data/rundeck-${CONTEXT}/rundeck/config/projects:/home/rundeck/projects"
- "/opt/docker-data/rundeck-${CONTEXT}/rundeck/config/realm.properties:/home/rundeck/server/config/realm.properties" - "/opt/docker-data/rundeck-${CONTEXT}/rundeck/config/realm.properties:/home/rundeck/server/config/realm.properties"
- "/opt/docker-data/rundeck-${CONTEXT}/rundeck/config/known_hosts:/home/rundeck/.ssh/known_hosts" - "/opt/docker-data/rundeck-${CONTEXT}/rundeck/config/known_hosts:/home/rundeck/.ssh/known_hosts"
environment: environment: