Fix deployment: use domverse network, public Outline URL, direct deploy
All checks were successful
Deploy / deploy (push) Successful in 10s
All checks were successful
Deploy / deploy (push) Successful in 10s
- Switch from domnet → domverse (runs on domverse-berlin.eu) - OUTLINE_URL defaults to https://outline.domverse.de (public API) - Traefik labels match domverse-berlin.eu pattern - Revert workflow to direct docker compose (no SSH needed) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,23 +1,26 @@
|
|||||||
|
name: outline-sync
|
||||||
|
|
||||||
services:
|
services:
|
||||||
outline-sync-ui:
|
outline-sync-ui:
|
||||||
build: .
|
build: .
|
||||||
container_name: outline-sync-ui
|
container_name: outline-sync-ui
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
|
||||||
- domnet
|
|
||||||
environment:
|
environment:
|
||||||
- OUTLINE_URL=${OUTLINE_URL:-http://outline:3000}
|
- OUTLINE_URL=${OUTLINE_URL:-https://outline.domverse.de}
|
||||||
- OUTLINE_TOKEN=${OUTLINE_TOKEN}
|
- OUTLINE_TOKEN=${OUTLINE_TOKEN}
|
||||||
ports:
|
networks:
|
||||||
- "8181:8080"
|
- default
|
||||||
|
- domverse
|
||||||
labels:
|
labels:
|
||||||
|
- "traefik.docker.network=domverse"
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.outline-sync.rule=Host(`sync.domverse.de`)"
|
- "traefik.http.routers.outline-sync.rule=Host(`sync.domverse-berlin.eu`)"
|
||||||
- "traefik.http.routers.outline-sync.entrypoints=https"
|
- "traefik.http.routers.outline-sync.entrypoints=https"
|
||||||
- "traefik.http.routers.outline-sync.tls=true"
|
- "traefik.http.routers.outline-sync.tls.certresolver=http"
|
||||||
- "traefik.http.routers.outline-sync.middlewares=secHeaders@file,middlewares-authentik-new@file"
|
- "traefik.http.routers.outline-sync.middlewares=authentik@docker"
|
||||||
- "traefik.http.services.outline-sync.loadbalancer.server.port=8080"
|
- "traefik.http.services.outline-sync.loadbalancer.server.port=8080"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
domnet:
|
default: {}
|
||||||
|
domverse:
|
||||||
external: true
|
external: true
|
||||||
|
|||||||
Reference in New Issue
Block a user