Compare commits
2 Commits
419915d32c
...
322179cc93
| Author | SHA1 | Date | |
|---|---|---|---|
| 322179cc93 | |||
| aef48c9132 |
@@ -14,6 +14,17 @@ services:
|
||||
- /tank/services/caddy/data:/data
|
||||
- /tank/services/caddy/config:/config
|
||||
|
||||
tsdproxy:
|
||||
image: almeidapaulopt/tsdproxy:1
|
||||
container_name: tsdproxy
|
||||
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 +39,8 @@ services:
|
||||
ports:
|
||||
- 222:22
|
||||
|
||||
volumes:
|
||||
tsdproxy-data:
|
||||
networks:
|
||||
default:
|
||||
name: homelab-core
|
||||
|
||||
Reference in New Issue
Block a user