Add external volume
This commit is contained in:
@@ -2,10 +2,17 @@ version: "3.6"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
smtp:
|
smtp:
|
||||||
|
volumes:
|
||||||
|
- "mailman-core:/opt/mailman/"
|
||||||
configs:
|
configs:
|
||||||
- source: postfix_override
|
- source: postfix_override
|
||||||
target: /overrides/postfix.cf
|
target: /overrides/postfix.cf
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
mailman-core:
|
||||||
|
# https://git.autonomic.zone/coop-cloud/mailman3/src/branch/master/compose.yml
|
||||||
|
external: true
|
||||||
|
|
||||||
configs:
|
configs:
|
||||||
postfix_override:
|
postfix_override:
|
||||||
name: ${STACK_NAME}_postfix_overrides_${POSTFIX_OVERRIDE_VERSION}
|
name: ${STACK_NAME}_postfix_overrides_${POSTFIX_OVERRIDE_VERSION}
|
||||||
|
|||||||
Reference in New Issue
Block a user