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