Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions services/pocket-id/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ services:
- TS_USERSPACE=false
- TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz"
- TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The <addr>:<port> for the healthz endpoint
#- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS
configs:
- source: ts-serve
target: /config/serve.json
#- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS
volumes:
- ./config:/config # Config folder used to store Tailscale files - you may need to change the path
- ./ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path
Expand Down Expand Up @@ -53,7 +53,7 @@ services:
container_name: app-${SERVICE} # Name for local container management
env_file: .env
volumes:
- ./${SERVICE}-data:/app/backend/data
- ./${SERVICE}-data:/app/data
depends_on:
tailscale:
condition: service_healthy
Expand Down