diff --git a/docker-compose.yml b/docker-compose.yml index 2f8c5e6..e7b6621 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -187,6 +187,7 @@ services: volumes: - ./config:/config:ro # jump-secrets.js (written by ensure_config/bootstrap) - jump-data:/var/lib/jump-host # generated host keys persist here + - jump-redis-data:/data # Redis (sessions, OAuth state, API tokens) persists here networks: theta-net: @@ -199,4 +200,5 @@ volumes: proxy-data: proxy-cache: proxy-logs: - jump-data: \ No newline at end of file + jump-data: + jump-redis-data: \ No newline at end of file