Add tailscale proxy service
This commit is contained in:
@@ -14,6 +14,16 @@ services:
|
|||||||
- /tank/services/caddy/data:/data
|
- /tank/services/caddy/data:/data
|
||||||
- /tank/services/caddy/config:/config
|
- /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:
|
gitea:
|
||||||
image: docker.gitea.com/gitea:1.24.4
|
image: docker.gitea.com/gitea:1.24.4
|
||||||
container_name: gitea
|
container_name: gitea
|
||||||
@@ -28,6 +38,8 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 222:22
|
- 222:22
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
tsdproxy-data:
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
name: homelab-core
|
name: homelab-core
|
||||||
|
|||||||
Reference in New Issue
Block a user