Compare commits

...

3 commits

Author SHA1 Message Date
Kevin Heyer
3a5df6a911 Add Container Mailarchive 2025-08-24 10:01:20 +02:00
Kevin Heyer
d605c7f63a Add Comment 2025-08-24 10:01:10 +02:00
Kevin Heyer
62ae1635fd Fix wrong network 2025-08-24 10:00:55 +02:00
3 changed files with 8 additions and 3 deletions

View file

@ -73,3 +73,8 @@
- sso - sso
- auth - auth
- docker-container - docker-container
- role: deploy_container_mailarchive
tags:
- mailarchive
- docker-container

View file

@ -1,4 +1,4 @@
container_mailarchive_version: latest container_mailarchive_version: latest # https://hub.docker.com/r/s1t5/mailarchiver/tags
container_mailarchive_domain: mailarchive.example.com container_mailarchive_domain: mailarchive.example.com
container_mailarchive_postgres_version: 17-alpine container_mailarchive_postgres_version: 17-alpine
container_mailarchive_postgres_user: postgres_user container_mailarchive_postgres_user: postgres_user

View file

@ -77,4 +77,4 @@ services:
networks: networks:
traefik: traefik:
external: true external: true
postgres: mailarchive: