change network
Some checks failed
lint-test-docker / docker-lint (push) Successful in 10s
renovate / renovate (push) Has been cancelled

This commit is contained in:
2025-10-25 23:14:33 -05:00
parent 0a003b466c
commit 82cd6e1f26
2 changed files with 6 additions and 5 deletions

View File

@@ -11,7 +11,8 @@ services:
- TS_HOSTNAME=garage-ps10rp
- TS_SERVE_CONFIG=/config/serve.json
restart: always
network_mode: service:garage
networks:
internal: null
volumes:
- tailscale:/var/lib/tailscale
- ${PWD}/serve.json:/config/serve.json:ro

View File

@@ -17,28 +17,28 @@
"${TS_CERT_DOMAIN}:3900": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:3900"
"Proxy": "http://garage:3900"
}
}
},
"${TS_CERT_DOMAIN}:3901": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:3901"
"Proxy": "http://garage:3901"
}
}
},
"${TS_CERT_DOMAIN}:3902": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:3902"
"Proxy": "http://garage:3902"
}
}
},
"${TS_CERT_DOMAIN}:3903": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:3903"
"Proxy": "http://garage3903"
}
}
}