Skip to content

Commit 6a2d7dc

Browse files
committed
persisting bucket list
1 parent 0d45c76 commit 6a2d7dc

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ services:
1919
- JWT_SECRET=${JWT_SECRET:-development-secret-change-in-production}
2020
- FULA_NO_AUTH=${FULA_NO_AUTH:-false}
2121
- RUST_LOG=info,fula_cli=debug
22+
volumes:
23+
- gateway-data:/var/lib/fula-gateway
2224
network_mode: host
2325
restart: unless-stopped
2426
healthcheck:
@@ -93,6 +95,7 @@ networks:
9395
# Volumes
9496
# ============================================
9597
volumes:
98+
gateway-data:
9699
redis-data:
97100
prometheus-data:
98101
grafana-data:

install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,8 @@ services:
387387
- JWT_SECRET=\${JWT_SECRET:-development-secret-change-in-production}
388388
- FULA_NO_AUTH=\${FULA_NO_AUTH:-false}
389389
- RUST_LOG=info,fula_cli=debug
390+
volumes:
391+
- gateway-data:/var/lib/fula-gateway
390392
network_mode: host
391393
restart: unless-stopped
392394
healthcheck:
@@ -461,6 +463,7 @@ networks:
461463
# Volumes
462464
# ============================================
463465
volumes:
466+
gateway-data:
464467
redis-data:
465468
prometheus-data:
466469
grafana-data:

0 commit comments

Comments
 (0)