feat: update Golink Docker Compose configuration to set user to root and simplify environment variables
Some checks failed
Nix Format Check / check-format (push) Failing after 38s
Some checks failed
Nix Format Check / check-format (push) Failing after 38s
This commit is contained in:
parent
80c675b14c
commit
31f19d9707
@ -2,9 +2,8 @@ name: golink
|
||||
services:
|
||||
server:
|
||||
image: ghcr.io/tailscale/golink:main
|
||||
user: root
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=100
|
||||
- TS_AUTHKEY={{ lookup('onepassword', '4gsgavajnxfpcrjvbkqhoc4drm', field='TS_AUTHKEY', vault='j7nmhqlsjmp2r6umly5t75hzb4') }}
|
||||
volumes:
|
||||
- {{ golink_data_dir }}/golink.db:/home/nonroot/golink.db
|
||||
|
Loading…
x
Reference in New Issue
Block a user