pmb-pf/docker-compose.yml

34 lines
583 B
YAML
Raw Normal View History

2018-03-06 06:24:32 +00:00
version: '2'
services:
2024-07-07 17:46:37 +00:00
pmb:
2024-07-07 17:12:32 +00:00
build:
2024-07-07 20:16:12 +00:00
args:
GPG_PP: $BUILD_GPG_PP
#context: pmb-pf if git clone into existing dc dir
2024-07-07 17:12:32 +00:00
context: .
dockerfile: Dockerfile
#image: juanluisbaptiste/postfix:latest
2018-03-06 06:24:32 +00:00
expose:
2024-07-07 17:12:32 +00:00
- "25"
2018-03-06 06:24:32 +00:00
env_file:
2024-07-07 20:16:12 +00:00
#- pmb-pf/.env
2020-04-09 17:13:45 +00:00
- .env
2018-03-06 06:24:32 +00:00
restart: always
volumes:
2024-07-07 17:46:37 +00:00
- pmb_root:/root
2024-07-07 17:12:32 +00:00
- "/etc/localtime:/etc/localtime:ro"
networks:
2024-07-07 17:46:37 +00:00
- pmb_mailnet
2024-07-07 17:12:32 +00:00
deb:
image: debian:latest
tty: yes
stdin_open: yes
networks:
2024-07-07 17:46:37 +00:00
- pmb_mailnet
2024-07-07 17:12:32 +00:00
networks:
2024-07-07 17:46:37 +00:00
pmb_mailnet:
2024-07-07 17:12:32 +00:00
volumes:
2024-07-07 17:46:37 +00:00
pmb_root: