feat: update Golink Docker Compose configuration to mount the entire data directory instead of a single database file
Some checks failed
Nix Format Check / check-format (push) Failing after 39s
Some checks failed
Nix Format Check / check-format (push) Failing after 39s
This commit is contained in:
parent
31f19d9707
commit
db5e18f453
@ -6,5 +6,5 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- TS_AUTHKEY={{ lookup('onepassword', '4gsgavajnxfpcrjvbkqhoc4drm', field='TS_AUTHKEY', vault='j7nmhqlsjmp2r6umly5t75hzb4') }}
|
- TS_AUTHKEY={{ lookup('onepassword', '4gsgavajnxfpcrjvbkqhoc4drm', field='TS_AUTHKEY', vault='j7nmhqlsjmp2r6umly5t75hzb4') }}
|
||||||
volumes:
|
volumes:
|
||||||
- {{ golink_data_dir }}/golink.db:/home/nonroot/golink.db
|
- {{ golink_data_dir }}:/home/nonroot
|
||||||
restart: "unless-stopped"
|
restart: "unless-stopped"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user