This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |