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

Loading…
Cancel
Save