|
|
|
|
@ -5,6 +5,7 @@ services:
@@ -5,6 +5,7 @@ services:
|
|
|
|
|
|
|
|
|
|
variables: |
|
|
|
|
GIT_SUBMODULE_STRATEGY: "recursive" |
|
|
|
|
MISTBORN_DEFAULT_PASSWORD: "default_password" |
|
|
|
|
|
|
|
|
|
stages: |
|
|
|
|
- test |
|
|
|
|
@ -28,7 +29,7 @@ install:
@@ -28,7 +29,7 @@ install:
|
|
|
|
|
# - docker info |
|
|
|
|
# - docker-compose --version |
|
|
|
|
# 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 |
|
|
|
|
# - docker-compose -f base.yml build |
|
|
|
|
|
|
|
|
|
|