chore: publish 1.0.1+2.0.16 release

This commit is contained in:
knoflook 2023-09-04 16:16:35 +02:00
parent 826b0269f4
commit 536e78d459
3 changed files with 9 additions and 2 deletions

View File

@ -3,6 +3,8 @@ TYPE=mailu
# Main mail domain, NOT main web domain (if they are different) # Main mail domain, NOT main web domain (if they are different)
DOMAIN=example.com DOMAIN=example.com
LETS_ENCRYPT_ENV=production LETS_ENCRYPT_ENV=production
# Run `docker stack ls | grep traefik | cut -f 1 -d " "` on the target machine to get that one
TRAEFIK_STACK_NAME=traefik_example_com
# Custom settings used by certdumper_post.sh and Traefik # Custom settings used by certdumper_post.sh and Traefik
WEB_DOMAIN=example.com WEB_DOMAIN=example.com

View File

@ -91,7 +91,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${WEB_DOMAIN}`)" - "traefik.http.routers.${STACK_NAME}.rule=Host(`${WEB_DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "coop-cloud.${STACK_NAME}.version=1.0.0+2.0.16" - "coop-cloud.${STACK_NAME}.version=1.0.1+2.0.16"
db: db:
image: redis:alpine image: redis:alpine
@ -167,7 +167,10 @@ services:
- DOMAIN=$WEB_DOMAIN - DOMAIN=$WEB_DOMAIN
volumes: volumes:
# Folder, which contains the acme.json # Folder, which contains the acme.json
- "traefik_letsencrypt:/traefik" - type: volume
read_only: true
source: traefik_letsencrypt
target: "/traefik"
# Folder, where cert.pem and key.pem will be written # Folder, where cert.pem and key.pem will be written
- "certs:/output" - "certs:/output"
configs: configs:
@ -185,6 +188,7 @@ volumes:
certs: certs:
mailqueue: mailqueue:
traefik_letsencrypt: traefik_letsencrypt:
name: "${TRAEFIK_STACK_NAME}_letsencrypt"
external: true external: true
networks: networks:

1
release/1.0.1+2.0.16 Normal file
View File

@ -0,0 +1 @@
this version introduces a new variable TRAEFIK_STACK_NAME