Skip to content
Snippets Groups Projects
Commit 745e44fe authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Final move to indiepaas

parent e34d7dac
No related branches found
No related tags found
Loading
...@@ -9,7 +9,7 @@ docker run\ ...@@ -9,7 +9,7 @@ docker run\
-v /haproxy-config:/etc/haproxy\ -v /haproxy-config:/etc/haproxy\
-p 80:80\ -p 80:80\
-p 443:443\ -p 443:443\
pierreozoux/haproxy indiepaas/haproxy
``` ```
Have a look to [pierreozoux/confd](https://registry.hub.docker.com/u/pierreozoux/confd/) to have automatic configuration of HAproxy backed by `etcd` or `consul`. Have a look to [indiepaas/confd](https://registry.hub.docker.com/u/indiepaas/confd/) to have automatic configuration of HAproxy backed by `etcd` or `consul`.
...@@ -19,7 +19,7 @@ docker pull ibuildthecloud/systemd-docker ...@@ -19,7 +19,7 @@ docker pull ibuildthecloud/systemd-docker
# Create Directory structure # Create Directory structure
mkdir -p /data/domains mkdir -p /data/domains
mkdir -p /data/runtime/haproxy/approved-certs mkdir -p /data/runtime/haproxy/approved-certs
git clone https://github.com/pierreozoux/IndiePaaS.git /data/indiehosters git clone https://github.com/indiepaas/IndiePaaS.git /data/indiehosters
# Install unit-files # Install unit-files
cp /data/indiehosters/unit-files/* /etc/systemd/system && systemctl daemon-reload cp /data/indiehosters/unit-files/* /etc/systemd/system && systemctl daemon-reload
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment