Fix stuff

This commit is contained in:
Stone_Red
2022-05-23 13:15:29 +02:00
parent 305f7cc753
commit 3f65206728
+18
View File
@@ -1,7 +1,25 @@
version: "3.4"
services:
mail:
image: boky/postfix
restart: always
environment:
- ALLOWED_SENDER_DOMAINS=mail.${DOMAIN}
ports:
- "587:587"
container_name: "postfix"
volumes:
- ./host/keys/:/etc/opendkim/keys
postgres:
image: postgres
restart: always
environment:
- POSTGRES_USER=server
- POSTGRES_PASSWORD=${DATABASE_PASSWORD}
ports:
- "5432:5432"
redis:
image: redis
restart: always
ports:
- "6379:6379"