move files around, add temp dirs
This commit is contained in:
parent
e58b57044d
commit
7dda2e1767
10 changed files with 0 additions and 0 deletions
15
beeper/etc/containers/systemd/sharkey/sharkey-dfdb.container
Normal file
15
beeper/etc/containers/systemd/sharkey/sharkey-dfdb.container
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[Unit]
|
||||
Description=Sharkey's DragonflyDB process
|
||||
|
||||
[Container]
|
||||
Environment="DFLY_snapshot_cron=* * * * *" DFLY_version_check=false DFLY_default_lua_flags=allow-undeclared-keys DFLY_dbfilename=dump.rdb DFLY_df_snapshot_format=false DFLY_dir=/data
|
||||
Image=docker.dragonflydb.io/dragonflydb/dragonfly
|
||||
Network=sharkey.network
|
||||
Volume=/var/containers/sharkey/dfdb:/data:z
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
RestartSec=10s
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue