Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ENV CONFIG_DIR ./config
RUN apt-get update -y && apt-get install -y libffi-dev libssl-dev
RUN pip install -U paramiko armada raven

RUN rm /etc/supervisor/conf.d/register_in_service_discovery.conf
ADD . /opt/magellan
ADD ./supervisor/* /etc/supervisor/conf.d/

Expand Down
Empty file modified health-checks/config-is-up-to-date.sh
100644 → 100755
Empty file.
5 changes: 5 additions & 0 deletions supervisor/register_in_service_discovery.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[program:register_in_service_discovery]
directory=/opt/microservice/src
command=python register_in_service_discovery.py 80 --single-active-instance
startsecs=0
priority=10