Skip to content
Snippets Groups Projects
Commit ba385e76 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

EOF

parent df390174
No related branches found
No related tags found
No related merge requests found
...@@ -23,3 +23,4 @@ VOLUME ["/etc/postfix", "/var/spool/mail", "/var/log"] ...@@ -23,3 +23,4 @@ VOLUME ["/etc/postfix", "/var/spool/mail", "/var/log"]
EXPOSE 25 EXPOSE 25
CMD /install.sh;/usr/bin/supervisord -c /etc/supervisor/supervisord.conf CMD /install.sh;/usr/bin/supervisord -c /etc/supervisor/supervisord.conf
...@@ -38,3 +38,4 @@ cp /data/forwards /etc/postfix/virtual ...@@ -38,3 +38,4 @@ cp /data/forwards /etc/postfix/virtual
# configure virtual # configure virtual
postmap /etc/postfix/virtual postmap /etc/postfix/virtual
...@@ -13,3 +13,4 @@ ENTRYPOINT ["haproxy"] ...@@ -13,3 +13,4 @@ ENTRYPOINT ["haproxy"]
CMD ["-d", "-f", "/etc/haproxy/haproxy.cfg"] CMD ["-d", "-f", "/etc/haproxy/haproxy.cfg"]
EXPOSE 80 EXPOSE 80
EXPOSE 443 EXPOSE 443
#!/bin/bash #!/bin/bash
source /etc/apache2/envvars source /etc/apache2/envvars
exec apache2 -D FOREGROUND exec apache2 -D FOREGROUND
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment