Compare commits
No commits in common. "3a5df6a91143f93700e30557a2101831c46e0d89" and "f49a0596754549440c08efa428a7f78ecbc43955" have entirely different histories.
3a5df6a911
...
f49a059675
3 changed files with 3 additions and 8 deletions
|
@ -73,8 +73,3 @@
|
||||||
- sso
|
- sso
|
||||||
- auth
|
- auth
|
||||||
- docker-container
|
- docker-container
|
||||||
|
|
||||||
- role: deploy_container_mailarchive
|
|
||||||
tags:
|
|
||||||
- mailarchive
|
|
||||||
- docker-container
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
container_mailarchive_version: latest # https://hub.docker.com/r/s1t5/mailarchiver/tags
|
container_mailarchive_version: latest
|
||||||
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
|
||||||
mailarchive:
|
postgres:
|
Loading…
Add table
Reference in a new issue