SIEMbitwardendnscrypthome assistantjellyfinjitsimulti-factor authenticationnextcloudonlyofficepiholeraspberry pirocket.chatsyncthingtorwazuhwireguard
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
531 B
24 lines
531 B
image: docker:latest |
|
|
|
services: |
|
- docker:dind |
|
|
|
variables: |
|
GIT_SUBMODULE_STRATEGY: "recursive" |
|
MISTBORN_DEFAULT_PASSWORD: "default_password" |
|
MISTBORN_DNS_BIND_IP: "10.2.3.1" |
|
|
|
stages: |
|
- test |
|
|
|
include: |
|
- template: Code-Quality.gitlab-ci.yml |
|
|
|
docker_build: |
|
stage: test |
|
script: |
|
- apk add docker-compose |
|
- 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 |
|
|
|
|