Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-p committed Aug 15, 2023
1 parent 4657dbe commit 7250517
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions templates/docker-compose.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
volumes:
- "{{ mailu_install_path }}/redis:/data"
front:
image: ${DOCKER_ORG:-mailu}/${DOCKER_PREFIX:-}nginx:${MAILU_VERSION:-1.8}
image: ${DOCKER_ORG:-ghcr.io/mailu}/${DOCKER_PREFIX:-}nginx:${MAILU_VERSION:-1.8}
restart: always
env_file: mailu.env
logging:
Expand All @@ -26,7 +26,7 @@ services:
- "{{ mailu_install_path }}/certs:/certs"
- "{{ mailu_install_path }}/overrides/nginx:/overrides"
admin:
image: ${DOCKER_ORG:-mailu}/${DOCKER_PREFIX:-}admin:${MAILU_VERSION:-1.8}
image: ${DOCKER_ORG:-ghcr.io/mailu}/${DOCKER_PREFIX:-}admin:${MAILU_VERSION:-1.8}
restart: always
env_file: mailu.env
volumes:
Expand All @@ -35,7 +35,7 @@ services:
depends_on:
- redis
imap:
image: ${DOCKER_ORG:-mailu}/${DOCKER_PREFIX:-}dovecot:${MAILU_VERSION:-1.8}
image: ${DOCKER_ORG:-ghcr.io/mailu}/${DOCKER_PREFIX:-}dovecot:${MAILU_VERSION:-1.8}
restart: always
env_file: mailu.env
volumes:
Expand All @@ -44,15 +44,15 @@ services:
depends_on:
- front
smtp:
image: ${DOCKER_ORG:-mailu}/${DOCKER_PREFIX:-}postfix:${MAILU_VERSION:-1.8}
image: ${DOCKER_ORG:-ghcr.io/mailu}/${DOCKER_PREFIX:-}postfix:${MAILU_VERSION:-1.8}
restart: always
env_file: mailu.env
volumes:
- "{{ mailu_install_path }}/overrides:/overrides"
depends_on:
- front
antispam:
image: ${DOCKER_ORG:-mailu}/${DOCKER_PREFIX:-}rspamd:${MAILU_VERSION:-1.8}
image: ${DOCKER_ORG:-ghcr.io/mailu}/${DOCKER_PREFIX:-}rspamd:${MAILU_VERSION:-1.8}
restart: always
env_file: mailu.env
volumes:
Expand All @@ -62,7 +62,7 @@ services:
depends_on:
- front
webmail:
image: ${DOCKER_ORG:-mailu}/${DOCKER_PREFIX:-}rainloop:${MAILU_VERSION:-1.8}
image: ${DOCKER_ORG:-ghcr.io/mailu}/${DOCKER_PREFIX:-}rainloop:${MAILU_VERSION:-1.8}
restart: always
env_file: mailu.env
volumes:
Expand All @@ -75,4 +75,4 @@ networks:
ipam:
driver: default
config:
- subnet: {{ mailu_docker_subnet }}
- subnet: {{ mailu_docker_subnet }}

0 comments on commit 7250517

Please sign in to comment.