Browse Source

traefik toml

merge-requests/8/head
Steven Foerster 6 years ago
parent
commit
a72f2d0aae
  1. 1
      .gitignore
  2. 0
      compose/production/traefik/traefik.toml.template
  3. 1
      scripts/install.sh

1
.gitignore vendored

@ -0,0 +1 @@ @@ -0,0 +1 @@
compose/production/traefik/traefik.toml

0
compose/production/traefik/traefik.toml → compose/production/traefik/traefik.toml.template

1
scripts/install.sh

@ -180,6 +180,7 @@ sudo mkdir -p ../mistborn_volumes/base/pihole/etc-dnsmasqd @@ -180,6 +180,7 @@ sudo mkdir -p ../mistborn_volumes/base/pihole/etc-dnsmasqd
sudo mkdir -p ../mistborn_volumes/extra
# Traefik final setup (cockpit)
cp ./compose/production/traefik/traefik.toml.template ./compose/production/traefik/traefik.toml
sudo sed -i "s/IPV4_PUBLIC/$IPV4_PUBLIC/" ./compose/production/traefik/traefik.toml
# Download docker images while DNS is operable

Loading…
Cancel
Save