This commit is contained in:
@@ -1,11 +1,29 @@
|
||||
version: '2'
|
||||
services:
|
||||
postfix:
|
||||
image: juanluisbaptiste/postfix:latest
|
||||
dpo:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
#image: juanluisbaptiste/postfix:latest
|
||||
expose:
|
||||
- "25"
|
||||
- "25"
|
||||
env_file:
|
||||
- .env
|
||||
restart: always
|
||||
volumes:
|
||||
- "/etc/localtime:/etc/localtime:ro"
|
||||
- dpo_root:/root
|
||||
- "/etc/localtime:/etc/localtime:ro"
|
||||
networks:
|
||||
- mn
|
||||
|
||||
deb:
|
||||
image: debian:latest
|
||||
tty: yes
|
||||
stdin_open: yes
|
||||
networks:
|
||||
- mn
|
||||
|
||||
networks:
|
||||
mn:
|
||||
volumes:
|
||||
dpo_root:
|
||||
|
||||
Reference in New Issue
Block a user