separated components
This commit is contained in:
15
postfix/docker-compose.yml
Normal file
15
postfix/docker-compose.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
version: '3'
|
||||
services:
|
||||
postfix:
|
||||
image: postfix:latest
|
||||
container_name: postfix
|
||||
restart: always
|
||||
networks:
|
||||
- kopano
|
||||
volumes:
|
||||
- ~/kopano/postfix/etc:/etc/postfix
|
||||
- spool:/var/spool/postfix
|
||||
networks:
|
||||
- kopano
|
||||
volumes:
|
||||
- spool:
|
||||
Reference in New Issue
Block a user