mirror of https://github.com/samply/bridgehead.git
New landingpage.
This commit is contained in:
parent
334f82661b
commit
edc3085dca
|
@ -18,7 +18,7 @@ cd $BASE
|
||||||
source ./lib/functions.sh
|
source ./lib/functions.sh
|
||||||
|
|
||||||
action=$1
|
action=$1
|
||||||
project=$2
|
export project=$2
|
||||||
|
|
||||||
if [[ -z $1 || -z $2 ]]; then
|
if [[ -z $1 || -z $2 ]]; then
|
||||||
printUsage
|
printUsage
|
||||||
|
|
|
@ -39,14 +39,16 @@ services:
|
||||||
|
|
||||||
landing:
|
landing:
|
||||||
container_name: bridgehead-landingpage
|
container_name: bridgehead-landingpage
|
||||||
image: nginx:stable
|
image: samply/bridgehead-landingpage
|
||||||
volumes:
|
|
||||||
- ../landing/:/usr/share/nginx/html:ro
|
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.landing.rule=PathPrefix(`/`)"
|
- "traefik.http.routers.landing.rule=PathPrefix(`/`)"
|
||||||
- "traefik.http.services.landing.loadbalancer.server.port=80"
|
- "traefik.http.services.landing.loadbalancer.server.port=80"
|
||||||
- "traefik.http.routers.landing.tls=true"
|
- "traefik.http.routers.landing.tls=true"
|
||||||
|
environment:
|
||||||
|
HOST: ${HOST}
|
||||||
|
project: ${project}
|
||||||
|
site_name: ${site_name}
|
||||||
|
|
||||||
blaze:
|
blaze:
|
||||||
image: "samply/blaze:0.17"
|
image: "samply/blaze:0.17"
|
||||||
|
|
Loading…
Reference in New Issue