Upload files to "compose/linkding"
This commit is contained in:
parent
b61f550d80
commit
5b2728cdaf
23
compose/linkding/docker-compose.yml
Normal file
23
compose/linkding/docker-compose.yml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
networks:
|
||||||
|
frontend:
|
||||||
|
external: true
|
||||||
|
services:
|
||||||
|
linkding:
|
||||||
|
image: sissbruecker/linkding:latest
|
||||||
|
security_opt:
|
||||||
|
- apparmor:unconfined
|
||||||
|
container_name: Linkding
|
||||||
|
volumes:
|
||||||
|
- /docker/appdata/linkding:/etc/linkding/data
|
||||||
|
labels:
|
||||||
|
- traefik.enable=true
|
||||||
|
- traefik.http.routers.linkding.entrypoints=websecure
|
||||||
|
- traefik.http.routers.linkding.rule=Host(`admin.exemple.com`)
|
||||||
|
- traefik.http.routers.linkding.tls=true
|
||||||
|
- traefik.http.routers.linkding.tls.certresolver=production
|
||||||
|
- traefik.http.routers.linkding.service=linkding
|
||||||
|
- traefik.http.services.linkding.loadBalancer.server.port=9090
|
||||||
|
- traefik.http.routers.linkding.middlewares=authentik@file
|
||||||
|
restart: unless-stopped
|
||||||
|
networks:
|
||||||
|
- frontend
|
Loading…
Reference in New Issue
Block a user