Add Docker Compose configuration for tclip service

This commit is contained in:
Peter Wood
2025-06-17 09:20:39 -04:00
parent cbbb5003b0
commit fe0e4a3056

13
tclip/compose.yaml Normal file
View File

@@ -0,0 +1,13 @@
name: paste
services:
tclip:
image: ghcr.io/tailscale-dev/tclip:latest
volumes:
- /var/lib/tclip:/data
environment:
- DATA_DIR=/data
- TS_AUTHKEY=${TS_AUTHKEY}
restart: always
labels:
- diun.enable=true
networks: {}