add msmtp for debug
Some checks are pending
Test / build (push) Waiting to run

This commit is contained in:
2024-07-07 10:46:37 -07:00
parent c65f98a437
commit a22a313474
4 changed files with 44 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
version: '2'
services:
dpo:
pmb:
build:
context: .
dockerfile: Dockerfile
@@ -11,19 +11,19 @@ services:
- .env
restart: always
volumes:
- dpo_root:/root
- pmb_root:/root
- "/etc/localtime:/etc/localtime:ro"
networks:
- mn
- pmb_mailnet
deb:
image: debian:latest
tty: yes
stdin_open: yes
networks:
- mn
- pmb_mailnet
networks:
mn:
pmb_mailnet:
volumes:
dpo_root:
pmb_root: