We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a552b79 commit 4c6e1afCopy full SHA for 4c6e1af
.github/workflows/deploy.yml
@@ -1,8 +1,8 @@
1
name: Deploy
2
on:
3
push:
4
- branches:
5
- - main
+ # branches:
+ # - main
6
paths:
7
- "public/**"
8
jobs:
public/docker-compose.yml
@@ -8,7 +8,7 @@ services:
environment:
9
- TS_AUTHKEY=${TS_AUTHKEY}
10
- TS_STATE_DIR=/var/lib/tailscale
11
- - TS_EXTRA_ARGS=--advertise-tags=tag:*.prinzpiuz.in
+ - TS_EXTRA_ARGS=--advertise-tags=tag:homelab,tag:druvserver
12
volumes:
13
- ./tailscale/state:/var/lib/tailscale
14
- /dev/net/tun:/dev/net/tun
@@ -19,8 +19,8 @@ services:
19
depends_on:
20
- tailscale
21
ports:
22
- - "80:80"
23
- - "443:443"
+ - "8080:80"
+ - "8443:443"
24
25
- ./Caddyfile:/etc/caddy/Caddyfile
26
- ./caddy_data:/data
0 commit comments