This repository has been archived by the owner on Dec 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
APItools Monitor Release 201408041328
- Loading branch information
Michal Cichra
committed
Aug 4, 2014
1 parent
efe6322
commit 204cd9a
Showing
43 changed files
with
851 additions
and
314 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
FROM quay.io/3scale/openresty:1.5.12.1 | ||
|
||
MAINTAINER Michal Cichra <[email protected]> # 2014-02-24 | ||
|
||
RUN luarocks install luajson \ | ||
&& luarocks install luaexpat | ||
|
||
RUN ln -sf /var/www/brainslug/config/supervisor.conf /etc/supervisor/conf.d/openresty.conf \ | ||
&& ln -sf /var/www/brainslug/config/logrotate.conf /etc/logrotate.d/nginx \ | ||
&& echo '* * * * * curl http://localhost:7071/api/mails/send' | crontab | ||
|
||
ENV SLUG_LOGFILE /var/log/supervisor/supervisord.log | ||
ENV SLUG_CSRF_PROTECTION 1; | ||
|
||
CMD ["supervisord", "-n"] | ||
EXPOSE 7071 10002 | ||
|
||
ADD . /var/www/brainslug | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.