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

Keybase proof

I hereby claim:

  • I am cuken on github.
  • I am cuken (https://keybase.io/cuken) on keybase.
  • I have a public key whose fingerprint is 7768 9C7B 038C 0EC1 4B46 BD32 4EFE 1FA5 C8E9 93BC

To claim this, I am signing this object:

{
Discord:{
"username" : "example",
"password" : "example"
},
Users:{
"dev":example
},
Github:{
"username":"example",
using Newtonsoft.Json;
using System;
using System.IO;
using System.Text;
namespace Concordia
{
public class GlobalSettings
{
private const string path = "./config/global.json";