Skip to content
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.

Commit

Permalink
Add Rogers into the Astaire container
Browse files Browse the repository at this point in the history
  • Loading branch information
MatMeredith committed Dec 15, 2017
1 parent ae2ef98 commit 17feff4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions astaire/Dockerfile
Expand Up @@ -3,9 +3,11 @@ MAINTAINER maintainers@projectclearwater.org

RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --force-yes clearwater-memcached
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --force-yes astaire
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --force-yes rogers

COPY memcached.supervisord.conf /etc/supervisor/conf.d/memcached.conf
COPY astaire.supervisord.conf /etc/supervisor/conf.d/astaire.conf
COPY rogers.supervisord.conf /etc/supervisor/conf.d/rogers.conf
COPY clearwater-group.supervisord.conf /etc/supervisor/conf.d/clearwater-group.conf

EXPOSE 11311
2 changes: 1 addition & 1 deletion astaire/clearwater-group.supervisord.conf
@@ -1,2 +1,2 @@
[group:clearwater-group]
programs=memcached,astaire
programs=memcached,astaire,rogers
5 changes: 5 additions & 0 deletions astaire/rogers.supervisord.conf
@@ -0,0 +1,5 @@
[program:rogers]
command=/etc/init.d/rogers run
startretries=100
autostart=false
autorestart=true

0 comments on commit 17feff4

Please sign in to comment.