Browse Source

setuptools

merge-requests/12/head
Steven Foerster 6 years ago
parent
commit
c785dce287
  1. 2
      compose/production/traefik/traefik.toml.template
  2. 2
      scripts/subinstallers/docker.sh

2
compose/production/traefik/traefik.toml.template

@ -74,7 +74,7 @@ defaultEntryPoints = ["http"]
[backends.cockpit] [backends.cockpit]
[backends.cockpit.servers.server1] [backends.cockpit.servers.server1]
url = "http://IPV4_PUBLIC:9090" url = "http://10.2.3.1:9090"
[frontends] [frontends]
[frontends.django] [frontends.django]

2
scripts/subinstallers/docker.sh

@ -61,7 +61,7 @@ echo "Installing Docker Compose"
#elif [ "$DISTRO" == "raspbian" ]; then #elif [ "$DISTRO" == "raspbian" ]; then
# Install required packages # Install required packages
sudo apt update sudo apt update
sudo apt install -y python python3-pip libffi-dev python-backports.ssl-match-hostname python3-dev libssl-dev sudo apt install -y python python3-pip python3-setuptools libffi-dev python-backports.ssl-match-hostname python3-dev libssl-dev
# Install Docker Compose from pip # Install Docker Compose from pip
# This might take a while # This might take a while

Loading…
Cancel
Save