fix: move extra_hosts to outline-sync-ts container
All checks were successful
Deploy / deploy (push) Successful in 17s
All checks were successful
Deploy / deploy (push) Successful in 17s
extra_hosts is incompatible with network_mode: service:... — move it to the Tailscale sidecar container whose network namespace is shared with outline-sync-ui. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -17,6 +17,8 @@ services:
|
|||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
- NET_RAW
|
- NET_RAW
|
||||||
|
extra_hosts:
|
||||||
|
- "outline:100.104.53.109"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
@@ -43,8 +45,6 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- OUTLINE_URL=${OUTLINE_URL:-http://outline:3000}
|
- OUTLINE_URL=${OUTLINE_URL:-http://outline:3000}
|
||||||
- OUTLINE_TOKEN=${OUTLINE_TOKEN}
|
- OUTLINE_TOKEN=${OUTLINE_TOKEN}
|
||||||
extra_hosts:
|
|
||||||
- "outline:100.104.53.109"
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
tailscale-state:
|
tailscale-state:
|
||||||
|
|||||||
Reference in New Issue
Block a user