diff --git a/bridgehead b/bridgehead index c9ba952..d78c49f 100755 --- a/bridgehead +++ b/bridgehead @@ -18,7 +18,7 @@ cd $BASE source ./lib/functions.sh action=$1 -project=$2 +export project=$2 if [[ -z $1 || -z $2 ]]; then printUsage diff --git a/ccp/docker-compose.yml b/ccp/docker-compose.yml index 1118e1e..53c1c31 100644 --- a/ccp/docker-compose.yml +++ b/ccp/docker-compose.yml @@ -39,14 +39,16 @@ services: landing: container_name: bridgehead-landingpage - image: nginx:stable - volumes: - - ../landing/:/usr/share/nginx/html:ro + image: samply/bridgehead-landingpage labels: - "traefik.enable=true" - "traefik.http.routers.landing.rule=PathPrefix(`/`)" - "traefik.http.services.landing.loadbalancer.server.port=80" - "traefik.http.routers.landing.tls=true" + environment: + HOST: ${HOST} + project: ${project} + site_name: ${site_name} blaze: image: "samply/blaze:0.17"