diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e737230 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +compose/production/traefik/traefik.toml diff --git a/compose/production/traefik/traefik.toml b/compose/production/traefik/traefik.toml.template similarity index 100% rename from compose/production/traefik/traefik.toml rename to compose/production/traefik/traefik.toml.template diff --git a/scripts/install.sh b/scripts/install.sh index 26c68f8..9685623 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -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