chore: sync GovOPlaN module split state
This commit is contained in:
17
dev/mail-testbed/docker-compose.yml
Normal file
17
dev/mail-testbed/docker-compose.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
services:
|
||||
greenmail:
|
||||
image: greenmail/standalone:2.1.9
|
||||
container_name: govoplan-campaign-mail-testbed
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
GREENMAIL_OPTS: >-
|
||||
-Dgreenmail.setup.test.all
|
||||
-Dgreenmail.hostname=0.0.0.0
|
||||
-Dgreenmail.auth.disabled=false
|
||||
-Dgreenmail.users=${GOVOPLAN_MAIL_TEST_LOCAL_PART:-campaign-test}:${GOVOPLAN_MAIL_TEST_PASSWORD:-campaign-test-password}@${GOVOPLAN_MAIL_TEST_DOMAIN:-govoplan.test}
|
||||
-Dgreenmail.users.login=email
|
||||
-Dgreenmail.verbose
|
||||
ports:
|
||||
- "${GOVOPLAN_MAIL_TEST_SMTP_PORT:-3025}:3025"
|
||||
- "${GOVOPLAN_MAIL_TEST_IMAP_PORT:-3143}:3143"
|
||||
- "127.0.0.1:38080:8080"
|
||||
Reference in New Issue
Block a user