Some changes for mailu
This commit is contained in:
parent
6a408020c4
commit
f925782b3e
|
|
@ -2,7 +2,8 @@ services:
|
||||||
redis:
|
redis:
|
||||||
image: redis:alpine
|
image: redis:alpine
|
||||||
restart: always
|
restart: always
|
||||||
|
volumes:
|
||||||
|
- redisdata:/data
|
||||||
front:
|
front:
|
||||||
image: ghcr.io/mailu/nginx:master
|
image: ghcr.io/mailu/nginx:master
|
||||||
restart: always
|
restart: always
|
||||||
|
|
@ -59,3 +60,10 @@ services:
|
||||||
image: ghcr.io/mailu/unbound:master
|
image: ghcr.io/mailu/unbound:master
|
||||||
restart: always
|
restart: always
|
||||||
env_file: mailu.env
|
env_file: mailu.env
|
||||||
|
|
||||||
|
networks:
|
||||||
|
default:
|
||||||
|
name: mailu
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
redisdata:
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,6 @@ DOMAIN_REGISTRATION=disabled
|
||||||
ADDITIONAL_DOMAINS=arti24.eu
|
ADDITIONAL_DOMAINS=arti24.eu
|
||||||
|
|
||||||
# Sieć
|
# Sieć
|
||||||
FRONT_ADDRESS=mailu-front-1
|
FRONT_ADDRESS=front
|
||||||
|
|
||||||
WEBSERVICES=nginx
|
WEBSERVICES=nginx
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue