Skip to content
Snippets Groups Projects
Commit 4f44b638 authored by void's avatar void
Browse files

remove container names

parent 088fde89
No related branches found
No related tags found
2 merge requests!119Revert "new var for dmarc rua reporting address",!55Mailsetup Migration from mailcow to mailu
...@@ -4,7 +4,6 @@ services: ...@@ -4,7 +4,6 @@ services:
# External dependencies # External dependencies
redis: redis:
container_name: mailu-redis
image: redis:alpine image: redis:alpine
restart: always restart: always
volumes: volumes:
...@@ -16,7 +15,6 @@ services: ...@@ -16,7 +15,6 @@ services:
# Certdumper # Certdumper
certdumper: certdumper:
container_name: mailu-certdumper
image: ${DOCKER_ORG:-ghcr.io/mailu}/${DOCKER_PREFIX:-}traefik-certdumper:${MAILU_VERSION:-2.0} image: ${DOCKER_ORG:-ghcr.io/mailu}/${DOCKER_PREFIX:-}traefik-certdumper:${MAILU_VERSION:-2.0}
restart: always restart: always
environment: environment:
...@@ -28,7 +26,6 @@ services: ...@@ -28,7 +26,6 @@ services:
# Core services # Core services
front: front:
container_name: mailu-nginx
image: ${DOCKER_ORG:-ghcr.io/mailu}/${DOCKER_PREFIX:-}nginx:${MAILU_VERSION:-2.0} image: ${DOCKER_ORG:-ghcr.io/mailu}/${DOCKER_PREFIX:-}nginx:${MAILU_VERSION:-2.0}
restart: always restart: always
env_file: mailu.env env_file: mailu.env
...@@ -66,7 +63,6 @@ services: ...@@ -66,7 +63,6 @@ services:
- 192.168.203.254 - 192.168.203.254
resolver: resolver:
container_name: mailu-unbound
image: ${DOCKER_ORG:-ghcr.io/mailu}/${DOCKER_PREFIX:-}unbound:${MAILU_VERSION:-2.0} image: ${DOCKER_ORG:-ghcr.io/mailu}/${DOCKER_PREFIX:-}unbound:${MAILU_VERSION:-2.0}
env_file: mailu.env env_file: mailu.env
restart: always restart: always
...@@ -75,7 +71,6 @@ services: ...@@ -75,7 +71,6 @@ services:
ipv4_address: 192.168.203.254 ipv4_address: 192.168.203.254
admin: admin:
container_name: mailu-admin
image: ${DOCKER_ORG:-ghcr.io/mailu}/${DOCKER_PREFIX:-}admin:${MAILU_VERSION:-2.0} image: ${DOCKER_ORG:-ghcr.io/mailu}/${DOCKER_PREFIX:-}admin:${MAILU_VERSION:-2.0}
restart: always restart: always
env_file: mailu.env env_file: mailu.env
...@@ -93,7 +88,6 @@ services: ...@@ -93,7 +88,6 @@ services:
- 192.168.203.254 - 192.168.203.254
imap: imap:
container_name: mailu-dovecot
image: ${DOCKER_ORG:-ghcr.io/mailu}/${DOCKER_PREFIX:-}dovecot:${MAILU_VERSION:-2.0} image: ${DOCKER_ORG:-ghcr.io/mailu}/${DOCKER_PREFIX:-}dovecot:${MAILU_VERSION:-2.0}
restart: always restart: always
env_file: mailu.env env_file: mailu.env
...@@ -111,7 +105,6 @@ services: ...@@ -111,7 +105,6 @@ services:
- 192.168.203.254 - 192.168.203.254
smtp: smtp:
container_name: mailu-postfix
image: ${DOCKER_ORG:-ghcr.io/mailu}/${DOCKER_PREFIX:-}postfix:${MAILU_VERSION:-2.0} image: ${DOCKER_ORG:-ghcr.io/mailu}/${DOCKER_PREFIX:-}postfix:${MAILU_VERSION:-2.0}
restart: always restart: always
env_file: mailu.env env_file: mailu.env
...@@ -131,7 +124,6 @@ services: ...@@ -131,7 +124,6 @@ services:
- 192.168.203.254 - 192.168.203.254
oletools: oletools:
container_name: mailu-oletools
image: ${DOCKER_ORG:-ghcr.io/mailu}/${DOCKER_PREFIX:-}oletools:${MAILU_VERSION:-2.0} image: ${DOCKER_ORG:-ghcr.io/mailu}/${DOCKER_PREFIX:-}oletools:${MAILU_VERSION:-2.0}
hostname: oletools hostname: oletools
restart: always restart: always
...@@ -143,7 +135,6 @@ services: ...@@ -143,7 +135,6 @@ services:
- 192.168.203.254 - 192.168.203.254
antispam: antispam:
container_name: mailu-rspamd
image: ${DOCKER_ORG:-ghcr.io/mailu}/${DOCKER_PREFIX:-}rspamd:${MAILU_VERSION:-2.0} image: ${DOCKER_ORG:-ghcr.io/mailu}/${DOCKER_PREFIX:-}rspamd:${MAILU_VERSION:-2.0}
hostname: antispam hostname: antispam
restart: always restart: always
...@@ -169,7 +160,6 @@ services: ...@@ -169,7 +160,6 @@ services:
# Optional services # Optional services
# Webmail # Webmail
webmail: webmail:
container_name: mailu-roundcube
image: ${DOCKER_ORG:-ghcr.io/mailu}/${DOCKER_PREFIX:-}webmail:${MAILU_VERSION:-2.0} image: ${DOCKER_ORG:-ghcr.io/mailu}/${DOCKER_PREFIX:-}webmail:${MAILU_VERSION:-2.0}
restart: always restart: always
env_file: mailu.env env_file: mailu.env
...@@ -182,7 +172,6 @@ services: ...@@ -182,7 +172,6 @@ services:
# Additional Services: mailman # Additional Services: mailman
mailman-core: mailman-core:
container_name: mailman-core
image: maxking/mailman-core:0.4 image: maxking/mailman-core:0.4
restart: always restart: always
env_file: mailu.env env_file: mailu.env
...@@ -212,7 +201,6 @@ services: ...@@ -212,7 +201,6 @@ services:
- MYSQL_ROOT_PASSWORD={{ mysql_root_pass }} - MYSQL_ROOT_PASSWORD={{ mysql_root_pass }}
mailman-nginx: mailman-nginx:
container_name: mailman-nginx
image: nginx:1.19 image: nginx:1.19
restart: always restart: always
depends_on: depends_on:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment