tweaking glutton, signals

This commit is contained in:
Marco Ochse
2018-04-17 13:54:57 +00:00
parent d1756fa934
commit 004af6dec7
13 changed files with 29 additions and 14 deletions

View File

@ -46,4 +46,4 @@ RUN apk -U upgrade && \
# Start elasticpot
WORKDIR /tmp/heralding/
CMD ["heralding","-c","/etc/heralding/heralding.yml","-l","/var/log/heralding/heralding.log"]
CMD exec heralding -c /etc/heralding/heralding.yml -l /var/log/heralding/heralding.log

View File

@ -10,6 +10,7 @@ services:
build: .
container_name: heralding
restart: always
stop_signal: SIGINT
environment:
- PYTHON_EGG_CACHE=/tmp/heralding
tmpfs: