pmb-pf/docker-compose.yml
finn c65f98a437
Some checks are pending
Test / build (push) Waiting to run
add pmb build and pgp stuff
2024-07-07 10:12:32 -07:00

30 lines
436 B
YAML

version: '2'
services:
dpo:
build:
context: .
dockerfile: Dockerfile
#image: juanluisbaptiste/postfix:latest
expose:
- "25"
env_file:
- .env
restart: always
volumes:
- 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: