File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff 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# ============================================
9597volumes :
98+ gateway-data :
9699 redis-data :
97100 prometheus-data :
98101 grafana-data :
Original file line number Diff line number Diff 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# ============================================
463465volumes:
466+ gateway-data:
464467 redis-data:
465468 prometheus-data:
466469 grafana-data:
You can’t perform that action at this time.
0 commit comments