dbg
This commit is contained in:
parent
d08c34bfec
commit
b77303c3ac
@ -19,8 +19,8 @@ dovecot_container: dovecot
|
|||||||
|
|
||||||
# puertos públicos
|
# puertos públicos
|
||||||
postfix_publish_ports:
|
postfix_publish_ports:
|
||||||
- 25:25
|
- "25:25"
|
||||||
- 587:587
|
- "587:587"
|
||||||
|
|
||||||
# directorio con reglas, relativo al volumen
|
# directorio con reglas, relativo al volumen
|
||||||
postfix_rules_dir: rules
|
postfix_rules_dir: rules
|
||||||
|
@ -27,8 +27,8 @@
|
|||||||
restart_policy: unless-stopped
|
restart_policy: unless-stopped
|
||||||
image: "{{ postfix_image }}"
|
image: "{{ postfix_image }}"
|
||||||
volumes:
|
volumes:
|
||||||
- "{{ postfix_volume }}:/etc/postfix/"
|
- "{{ postfix_volume }}:/etc/postfix"
|
||||||
- "{{ postfix_volume_ssl }}:/ssl/"
|
- "{{ postfix_volume_ssl }}:/ssl"
|
||||||
networks:
|
networks:
|
||||||
- name: "{{ docker_network_name }}"
|
- name: "{{ docker_network_name }}"
|
||||||
ports: "{{ postfix_publish_ports }}"
|
ports: "{{ postfix_publish_ports }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user