Browse Source

docker install

merge-requests/8/head
Steven Foerster 6 years ago
parent
commit
fbdb888abb
  1. 10
      .gitlab-ci.yml

10
.gitlab-ci.yml

@ -9,11 +9,9 @@ variables: @@ -9,11 +9,9 @@ variables:
before_script:
#- apk add docker-compose
- apt-get update
- apt install -y python python3-pip libffi-dev python-backports.ssl-match-hostname
- pip3 install docker-compose
- docker info
- docker-compose --version
- scripts/subinstallers/docker.sh
- scripts/subinstallers/gen_prod_env.sh "$MISTBORN_DEFAULT_PASSWORD"
- cp compose/production/traefik/traefik.toml.template compose/production/traefik/traefik.toml
stages:
- test
@ -37,7 +35,5 @@ stages: @@ -37,7 +35,5 @@ stages:
docker_build:
stage: test
script:
- scripts/subinstallers/gen_prod_env.sh "$MISTBORN_DEFAULT_PASSWORD"
- cp compose/production/traefik/traefik.toml.template compose/production/traefik/traefik.toml
- docker-compose -f base.yml build

Loading…
Cancel
Save