Add tailscale proxy service
This commit is contained in:
@@ -14,6 +14,16 @@ services:
|
||||
- /tank/services/caddy/data:/data
|
||||
- /tank/services/caddy/config:/config
|
||||
|
||||
tsdproxy:
|
||||
image: almeidapaulopt/tsdproxy:1
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- tsdproxy-data:/data
|
||||
- /tank/git/homelab-config/tsdproxy:/config
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 8081:8080
|
||||
|
||||
gitea:
|
||||
image: docker.gitea.com/gitea:1.24.4
|
||||
container_name: gitea
|
||||
@@ -28,6 +38,8 @@ services:
|
||||
ports:
|
||||
- 222:22
|
||||
|
||||
volumes:
|
||||
tsdproxy-data:
|
||||
networks:
|
||||
default:
|
||||
name: homelab-core
|
||||
|
||||
Reference in New Issue
Block a user