2025-12-29 02:47:23 -06:00
|
|
|
[Unit]
|
|
|
|
|
Description=Sharkey's DragonflyDB process
|
|
|
|
|
|
|
|
|
|
[Container]
|
2025-12-30 15:10:08 -06:00
|
|
|
ContainerName=sharkey-dfdb
|
2025-12-30 15:13:20 -06:00
|
|
|
Environment=DFLY_snapshot_cron="* * * * *"
|
2025-12-30 01:21:15 -06:00
|
|
|
Environment=DFLY_version_check=false
|
|
|
|
|
Environment=DFLY_default_lua_flags=allow-undeclared-keys
|
|
|
|
|
Environment=DFLY_dbfilename=dump.rdb
|
|
|
|
|
Environment=DFLY_df_snapshot_format=false
|
|
|
|
|
Environment=DFLY_dir=/data
|
2025-12-29 02:47:23 -06:00
|
|
|
Image=docker.dragonflydb.io/dragonflydb/dragonfly
|
2025-12-29 18:45:49 +07:00
|
|
|
Network=sharkey.network
|
2026-01-02 05:03:40 +07:00
|
|
|
Volume=/var/containers/sharkey/dfdb:/data:Z
|
2025-12-29 02:47:23 -06:00
|
|
|
|
|
|
|
|
[Service]
|
2025-12-29 18:44:59 +07:00
|
|
|
Restart=always
|
|
|
|
|
RestartSec=10s
|
|
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
|
WantedBy=default.target
|