This commit is contained in:
2024-06-26 11:11:00 -03:00
parent 1fec492119
commit d85d37d757
9 changed files with 22 additions and 10 deletions

5
reverse_proxy/start.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
/app/tailscaled --state=/var/lib/tailscale/tailscaled.state --socket=/var/run/tailscale/tailscaled.sock &
/app/tailscale up --authkey=${TAILSCALE_AUTHKEY} --hostname=reverseproxy
/usr/sbin/nginx -c /etc/nginx/nginx.conf -g 'daemon off;'