chore: first release
continuous-integration/drone/push Build is failing Details

This commit is contained in:
decentral1se 2021-10-12 00:56:27 +02:00
parent e543076649
commit b2f8eaf455
1 changed files with 7 additions and 3 deletions

View File

@ -1,4 +1,6 @@
---
version: "3.8"
services:
app:
image: "jboss/keycloak:13.0.1"
@ -38,7 +40,8 @@ services:
- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
- coop-cloud.${STACK_NAME}.app.version=13.0.1-e2a216ff
- "coop-cloud.${STACK_NAME}.version=1.0.0+13.0.1"
db:
image: "mariadb:10.6"
environment:
@ -53,12 +56,12 @@ services:
- "mariadb:/var/lib/mysql"
networks:
- internal
deploy:
labels: ["coop-cloud.${STACK_NAME}.db.version=10.6-718cb856"]
networks:
internal:
proxy:
external: true
secrets:
admin_password:
name: ${STACK_NAME}_admin_password_${SECRET_ADMIN_PASSWORD_VERSION}
@ -69,5 +72,6 @@ secrets:
db_root_password:
name: ${STACK_NAME}_db_root_password_${SECRET_DB_ROOT_PASSWORD_VERSION}
external: true
volumes:
mariadb: