rename Tailscale sidecar from ts-outline-sync to outline-sync-ts
All checks were successful
Deploy / deploy (push) Successful in 11s
All checks were successful
Deploy / deploy (push) Successful in 11s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
name: outline-sync
|
||||
|
||||
services:
|
||||
ts-outline-sync:
|
||||
outline-sync-ts:
|
||||
image: tailscale/tailscale
|
||||
container_name: ts-outline-sync
|
||||
container_name: outline-sync-ts
|
||||
hostname: outline-sync
|
||||
environment:
|
||||
- TS_AUTHKEY=${TS_AUTHKEY}
|
||||
@@ -33,8 +33,8 @@ services:
|
||||
container_name: outline-sync-ui
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- ts-outline-sync
|
||||
network_mode: "service:ts-outline-sync"
|
||||
- outline-sync-ts
|
||||
network_mode: "service:outline-sync-ts"
|
||||
environment:
|
||||
- OUTLINE_URL=${OUTLINE_URL:-http://172.29.0.7:3000}
|
||||
- OUTLINE_TOKEN=${OUTLINE_TOKEN}
|
||||
|
||||
Reference in New Issue
Block a user