forked from data.coop/ansible
Point mailu definition to ghcr.io to get images.
This commit is contained in:
parent
30b52c2747
commit
604c67e28f
|
@ -74,7 +74,7 @@
|
||||||
- "{{ services.mailu.dns }}"
|
- "{{ services.mailu.dns }}"
|
||||||
|
|
||||||
front:
|
front:
|
||||||
image: mailu/nginx:{{ services.mailu.version }}
|
image: ghcr.io/mailu/nginx:{{ services.mailu.version }}
|
||||||
restart: always
|
restart: always
|
||||||
env_file: "{{ services.mailu.volume_folder }}/mailu.env"
|
env_file: "{{ services.mailu.volume_folder }}/mailu.env"
|
||||||
environment:
|
environment:
|
||||||
|
@ -96,7 +96,7 @@
|
||||||
- external_services
|
- external_services
|
||||||
|
|
||||||
resolver:
|
resolver:
|
||||||
image: mailu/unbound:{{ services.mailu.version }}
|
image: ghcr.io/mailu/unbound:{{ services.mailu.version }}
|
||||||
restart: always
|
restart: always
|
||||||
env_file: "{{ services.mailu.volume_folder }}/mailu.env"
|
env_file: "{{ services.mailu.volume_folder }}/mailu.env"
|
||||||
networks:
|
networks:
|
||||||
|
@ -104,7 +104,7 @@
|
||||||
ipv4_address: "{{ services.mailu.dns }}"
|
ipv4_address: "{{ services.mailu.dns }}"
|
||||||
|
|
||||||
admin:
|
admin:
|
||||||
image: mailu/admin:{{ services.mailu.version }}
|
image: ghcr.io/mailu/admin:{{ services.mailu.version }}
|
||||||
restart: always
|
restart: always
|
||||||
env_file: "{{ services.mailu.volume_folder}}/mailu.env"
|
env_file: "{{ services.mailu.volume_folder}}/mailu.env"
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -117,7 +117,7 @@
|
||||||
- "{{ services.mailu.dns }}"
|
- "{{ services.mailu.dns }}"
|
||||||
|
|
||||||
imap:
|
imap:
|
||||||
image: mailu/dovecot:{{ services.mailu.version }}
|
image: ghcr.io/mailu/dovecot:{{ services.mailu.version }}
|
||||||
restart: always
|
restart: always
|
||||||
env_file: "{{ services.mailu.volume_folder }}/mailu.env"
|
env_file: "{{ services.mailu.volume_folder }}/mailu.env"
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -130,7 +130,7 @@
|
||||||
- "{{ services.mailu.dns }}"
|
- "{{ services.mailu.dns }}"
|
||||||
|
|
||||||
smtp:
|
smtp:
|
||||||
image: mailu/postfix:{{ services.mailu.version }}
|
image: ghcr.io/mailu/postfix:{{ services.mailu.version }}
|
||||||
restart: always
|
restart: always
|
||||||
env_file: "{{ services.mailu.volume_folder }}/mailu.env"
|
env_file: "{{ services.mailu.volume_folder }}/mailu.env"
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -143,7 +143,7 @@
|
||||||
- "{{ services.mailu.dns }}"
|
- "{{ services.mailu.dns }}"
|
||||||
|
|
||||||
antispam:
|
antispam:
|
||||||
image: mailu/rspamd:{{ services.mailu.version }}
|
image: ghcr.io/mailu/rspamd:{{ services.mailu.version }}
|
||||||
hostname: antispam
|
hostname: antispam
|
||||||
restart: always
|
restart: always
|
||||||
env_file: "{{ services.mailu.volume_folder }}/mailu.env"
|
env_file: "{{ services.mailu.volume_folder }}/mailu.env"
|
||||||
|
@ -157,7 +157,7 @@
|
||||||
- "{{ services.mailu.dns }}"
|
- "{{ services.mailu.dns }}"
|
||||||
|
|
||||||
webmail:
|
webmail:
|
||||||
image: mailu/rainloop:{{ services.mailu.version }}
|
image: ghcr.io/mailu/rainloop:{{ services.mailu.version }}
|
||||||
restart: always
|
restart: always
|
||||||
env_file: "{{ services.mailu.volume_folder }}/mailu.env"
|
env_file: "{{ services.mailu.volume_folder }}/mailu.env"
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in a new issue