|
|
|
@ -5,6 +5,7 @@ services: |
|
|
|
|
|
|
|
|
|
|
|
variables: |
|
|
|
variables: |
|
|
|
GIT_SUBMODULE_STRATEGY: "recursive" |
|
|
|
GIT_SUBMODULE_STRATEGY: "recursive" |
|
|
|
|
|
|
|
MISTBORN_DEFAULT_PASSWORD: "default_password" |
|
|
|
|
|
|
|
|
|
|
|
stages: |
|
|
|
stages: |
|
|
|
- test |
|
|
|
- test |
|
|
|
@ -28,7 +29,7 @@ install: |
|
|
|
# - docker info |
|
|
|
# - docker info |
|
|
|
# - docker-compose --version |
|
|
|
# - docker-compose --version |
|
|
|
# script: |
|
|
|
# script: |
|
|
|
# - scripts/subinstallers/gen_prod_env.sh "default_password" |
|
|
|
# - scripts/subinstallers/gen_prod_env.sh "$MISTBORN_DEFAULT_PASSWORD" |
|
|
|
# - cp compose/production/traefik/traefik.toml.template compose/production/traefik/traefik.toml |
|
|
|
# - cp compose/production/traefik/traefik.toml.template compose/production/traefik/traefik.toml |
|
|
|
# - docker-compose -f base.yml build |
|
|
|
# - docker-compose -f base.yml build |
|
|
|
|
|
|
|
|
|
|
|
|