Add Linktree
This commit is contained in:
parent
a5d0e0690e
commit
676187d655
@ -117,6 +117,7 @@
|
||||
- { role: compose_project, service: search }
|
||||
- { role: compose_project, service: syncthing }
|
||||
- { role: compose_project, service: blog }
|
||||
- { role: compose_project, service: linktree }
|
||||
- { role: compose_project, service: caddy }
|
||||
- { role: compose_project, service: diun }
|
||||
- { role: compose_project, service: watchtower }
|
||||
|
@ -0,0 +1 @@
|
||||
COMPOSE_PROJECT_NAME=linktree
|
@ -0,0 +1,19 @@
|
||||
---
|
||||
version: "3.4"
|
||||
|
||||
services:
|
||||
unruhig.eu:
|
||||
image: registry.tobiasmanske.de/unruhig.eu:latest
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.unruhigeu.rule=(Host(`unruhig.eu`) || Host(`www.unruhig.eu`))"
|
||||
- "traefik.http.routers.unruhigeu.entryPoints=websecure"
|
||||
- "traefik.http.services.unruhigeu.loadbalancer.server.port=80"
|
||||
restart: always
|
||||
networks:
|
||||
- gateway
|
||||
|
||||
networks:
|
||||
gateway:
|
||||
external: true
|
||||
...
|
Loading…
Reference in New Issue
Block a user