Update SMQ

Signed-off-by: dusan <borovcanindusan1@gmail.com>
This commit is contained in:
dusan
2026-03-03 15:35:30 +01:00
parent de6f3921a4
commit 962b473a5f
2 changed files with 16 additions and 0 deletions
@@ -95,6 +95,8 @@ services:
- supermq-base-net
volumes:
- supermq-auth-redis-volume:/data
- ./redis/redis.conf:/etc/redis/redis.conf:ro
command: ["redis-server", "/etc/redis/redis.conf"]
auth:
image: docker.io/supermq/auth:${SMQ_RELEASE_TAG}
+14
View File
@@ -0,0 +1,14 @@
# Copyright (c) Abstract Machines
# SPDX-License-Identifier: Apache-2.0
# Enable AOF persistence
appendonly yes
appendfilename "appendonly.aof"
appendfsync everysec
# Enable periodic snapshots
save 300 10
# Persist data in Docker volume
dir /data