Compare commits
3 commits
f49a059675
...
3a5df6a911
Author | SHA1 | Date | |
---|---|---|---|
![]() |
3a5df6a911 | ||
![]() |
d605c7f63a | ||
![]() |
62ae1635fd |
3 changed files with 8 additions and 3 deletions
|
@ -73,3 +73,8 @@
|
||||||
- sso
|
- sso
|
||||||
- auth
|
- auth
|
||||||
- docker-container
|
- docker-container
|
||||||
|
|
||||||
|
- role: deploy_container_mailarchive
|
||||||
|
tags:
|
||||||
|
- mailarchive
|
||||||
|
- docker-container
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -77,4 +77,4 @@ services:
|
||||||
networks:
|
networks:
|
||||||
traefik:
|
traefik:
|
||||||
external: true
|
external: true
|
||||||
postgres:
|
mailarchive:
|
Loading…
Add table
Reference in a new issue