llama
This commit is contained in:
@@ -68,3 +68,31 @@ services:
|
||||
- ./filebrowser/nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
- ./.htpasswd:/etc/nginx/.htpasswd:ro
|
||||
network_mode: service:filebrowser_tailscale
|
||||
|
||||
llama_tailscale:
|
||||
image: tailscale/tailscale:latest
|
||||
hostname: llama
|
||||
environment:
|
||||
- TS_AUTHKEY=tskey-auth-kNm64Dbcts11CNTRL-4eLQjm2pQYCLdy285gNaYCFDF1KTjP71
|
||||
- TS_STATE_DIR=/var/lib/tailscale
|
||||
- TS_SERVE_CONFIG=/config/ts_serve.json
|
||||
- TS_USERSPACE=false
|
||||
volumes:
|
||||
- ./llama/tailscale-state:/var/lib/tailscale
|
||||
- ./llama/ts_serve.json:/config/ts_serve.json
|
||||
devices:
|
||||
- /dev/net/tun:/dev/net/tun
|
||||
cap_add:
|
||||
- net_admin
|
||||
- net_raw
|
||||
restart: unless-stopped
|
||||
|
||||
llama_nginx:
|
||||
image: nginx:latest
|
||||
depends_on:
|
||||
- llama_tailscale
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./llama/nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
- ./.htpasswd:/etc/nginx/.htpasswd:ro
|
||||
network_mode: service:llama_tailscale
|
||||
|
||||
Reference in New Issue
Block a user