angie (latest)
Published 2025-11-05 00:03:31 +03:00 by NeonXP
Installation
docker pull gitrepo.ru/neonxp/angie:latestsha256:c1034e01d7b66fa393bfb3083fd5221db0e1681b2fdb03162a1d314f233ddbc4Image layers
| COPY / / # buildkit |
| EXPOSE map[80/tcp:{}] |
| CMD ["angie" "-g" "daemon off;"] |
| COPY /etc/ssl /etc/ssl # buildkit |
| COPY /usr/lib/engines-3 /usr/lib/engines-3 # buildkit |
| RUN /bin/sh -c apk add --no-cache certbot certbot-nginx # buildkit |
| RUN /bin/sh -c mkdir -p /etc/angie/sites-available /etc/angie/sites-enabled /etc/angie/conf.d /var/log/angie /var/www/html /etc/letsencrypt /var/lib/letsencrypt # buildkit |
| RUN /bin/sh -c echo "0 12 * * * /usr/bin/certbot renew --quiet --post-hook 'angie -s reload'" | crontab - # buildkit |
| EXPOSE map[443/tcp:{} 80/tcp:{}] |
| CMD ["angie" "-g" "daemon off;"] |