2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-05-20 14:56:42 +02:00
docker/.examples/docker-compose/with-traefik-proxy/mariadb-cron-smtp/apache/app/Dockerfile
Philipp Holzer 83dafd7642
Fixing examples
- remove supervisord possibility due incompatibility with `tini`
- Fix example Dockerfiles
2021-03-27 23:44:50 +01:00

13 lines
333 B
Docker

# Based on .exmples/dockerfiles/smtp/apache
FROM friendica: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