feat(docker-compose): add environment file for tailscale service
Load tailscale configuration from external env_file for better secrets management and configuration portability
This commit is contained in:
parent
a949387058
commit
e37fa81f7c
@ -20,6 +20,8 @@ services:
|
||||
hostname: patrizio
|
||||
image: tailscale/tailscale:latest
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- tailscale.env
|
||||
command: >
|
||||
- sh -c "tailscaled &
|
||||
- sleep 5 &&
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user