2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-05-23 04:54:58 +02:00
docker/.examples/docker-compose/insecure/mariadb-cron-smtp/apache/app/Dockerfile
Philipp Holzer 9361e82fc7
Adding examples for docker-compose
- Added `.examples/docker-compose/insecure/mariadb-cron-smtp`
- Added `.examples/docker-compose/with-traefik-proxy/mariadb-cron-smtp`
- Updated README.md
2018-05-26 17:40:48 +02:00

12 lines
339 B
Docker

# Based on .exmples/dockerfiles/smtp/apache
FROM friendica/server:apache
# simple = using an smtp without any credentials (mostly in local networks)
# custom = you need to set host, port, auth_options, authinfo (e.g. for GMX support)
ENV SMTP_TYPE simple
ENV SMTP_HOST smtp.example.org
COPY *.sh /
RUN chmod +x /*.sh
RUN /smtp-config.sh