Skip to content

Instantly share code, notes, and snippets.

@cuken
cuken / docker-compose.yml
Last active August 1, 2023 05:50 — forked from joekrill/docker-compose.yml
Linkwarden Docker Compose with Traefik 2
# The setup for traefik and related auth chains is not included in this docker-compose.yml file.
# This will not work without additional entries.
# t2_proxy => Traefik 2 docker network
# linkwarden => Internal docker network for linkwarden -> postgres communication
version: "3.9"
networks:
t2_proxy:
name: t2_proxy