Compare commits
No commits in common. "main" and "1.0.3+0.24.2" have entirely different histories.
main
...
1.0.3+0.24
@ -17,9 +17,8 @@ steps:
|
|||||||
DOMAIN: authentik.swarm-test.autonomic.zone
|
DOMAIN: authentik.swarm-test.autonomic.zone
|
||||||
STACK_NAME: authentik
|
STACK_NAME: authentik
|
||||||
LETS_ENCRYPT_ENV: production
|
LETS_ENCRYPT_ENV: production
|
||||||
CONFIG_YML_VERSION: v8
|
CONFIG_YML_VERSION: v1
|
||||||
HEALTHCHECK_VERSION: v1
|
HEALTHCHECK_VERSION: v1
|
||||||
PG_BACKUP_VERSION: v1
|
|
||||||
SECRET_DB_PASSWORD_VERSION: v1
|
SECRET_DB_PASSWORD_VERSION: v1
|
||||||
SECRET_JWT_SECRET_VERSION: v1
|
SECRET_JWT_SECRET_VERSION: v1
|
||||||
|
|
||||||
@ -38,7 +37,8 @@ steps:
|
|||||||
from_secret: drone_abra-bot_token
|
from_secret: drone_abra-bot_token
|
||||||
fork: true
|
fork: true
|
||||||
repositories:
|
repositories:
|
||||||
- toolshed/auto-recipes-catalogue-json
|
- coop-cloud/auto-recipes-catalogue-json
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
event: tag
|
event: tag
|
||||||
|
|
||||||
|
@ -7,7 +7,6 @@ DOMAIN=vikunja.example.com
|
|||||||
|
|
||||||
## Domain aliases
|
## Domain aliases
|
||||||
#EXTRA_DOMAINS=', `www.vikunja.example.com`'
|
#EXTRA_DOMAINS=', `www.vikunja.example.com`'
|
||||||
#REDIRECT_DOMAIN=www.vikunja.example.com
|
|
||||||
|
|
||||||
LETS_ENCRYPT_ENV=production
|
LETS_ENCRYPT_ENV=production
|
||||||
|
|
||||||
|
12
compose.yml
12
compose.yml
@ -3,7 +3,7 @@ version: "3.8"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: vikunja/vikunja:0.24.6
|
image: vikunja/vikunja:0.24.2
|
||||||
environment:
|
environment:
|
||||||
- DOMAIN
|
- DOMAIN
|
||||||
- LOG_LEVEL
|
- LOG_LEVEL
|
||||||
@ -50,17 +50,15 @@ services:
|
|||||||
- source: healthcheck
|
- source: healthcheck
|
||||||
target: /healthcheck
|
target: /healthcheck
|
||||||
mode: 555
|
mode: 555
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.services.${STACK_NAME}.loadbalancer.server.port=3456"
|
- "traefik.http.services.${STACK_NAME}.loadbalancer.server.port=3456"
|
||||||
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
|
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
|
||||||
- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect-aliases@docker"
|
|
||||||
- "traefik.http.middlewares.${STACK_NAME}-redirect-aliases.redirectregex.regex=^https://${REDIRECT_DOMAIN:-example.com}(.*)"
|
|
||||||
- "traefik.http.middlewares.${STACK_NAME}-redirect-aliases.redirectregex.replacement=https://${DOMAIN}$${1}"
|
|
||||||
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
||||||
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||||
- "coop-cloud.${STACK_NAME}.version=1.1.1+0.24.6"
|
- "coop-cloud.${STACK_NAME}.version=1.0.3+0.24.2"
|
||||||
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
|
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT:-120}"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: [ "CMD", "/healthcheck"]
|
test: [ "CMD", "/healthcheck"]
|
||||||
@ -70,7 +68,7 @@ services:
|
|||||||
start_period: 1m
|
start_period: 1m
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis:7.4.2-alpine
|
image: redis:7.4.1-alpine
|
||||||
networks:
|
networks:
|
||||||
- internal
|
- internal
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user