Files
dotfiles/config/ansible/tasks/servers/services/golink/docker-compose.yml.j2
Menno van Leeuwen 464ced8e6b
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 31s
Nix Format Check / check-format (push) Failing after 1m28s
Python Lint Check / check-python (push) Failing after 20s
fix: update ansible playbooks and scripts to use new vault references
2025-07-15 21:43:13 +00:00

11 lines
306 B
Django/Jinja

name: golink
services:
server:
image: ghcr.io/tailscale/golink:main
user: root
environment:
- TS_AUTHKEY={{ lookup('community.general.onepassword', 'GoLink', vault='Dotfiles', field='TS_AUTHKEY') }}
volumes:
- {{ golink_data_dir }}:/home/nonroot
restart: "unless-stopped"