Skip to content
Snippets Groups Projects
Verified Commit 7ea19bda authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Keep TTY alive for backend

parent 11a16174
Branches
Tags
1 merge request!20Dockerise the monitoring
...@@ -7,4 +7,3 @@ FROM python:3.8.6 ...@@ -7,4 +7,3 @@ FROM python:3.8.6
RUN pip install -r requirements.txt RUN pip install -r requirements.txt
COPY . . COPY . .
CMD ["supervisord", "-c", "supervisord.conf"]
...@@ -12,6 +12,10 @@ services: ...@@ -12,6 +12,10 @@ services:
- monitoring.env - monitoring.env
volumes: volumes:
- ./logs:/logs - ./logs:/logs
command:
- supervisord -c supervisord.conf
tty:
- true
livelog: livelog:
build: ./livelog build: ./livelog
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment