prep for nonempty pp
Some checks are pending
Test / build (push) Waiting to run

This commit is contained in:
2024-07-07 13:16:12 -07:00
parent e47ee47b55
commit dd21568531
4 changed files with 10 additions and 1 deletions

View File

@@ -2,12 +2,16 @@ version: '2'
services:
pmb:
build:
args:
GPG_PP: $BUILD_GPG_PP
#context: pmb-pf if git clone into existing dc dir
context: .
dockerfile: Dockerfile
#image: juanluisbaptiste/postfix:latest
expose:
- "25"
env_file:
#- pmb-pf/.env
- .env
restart: always
volumes: