entrypoint-marcell.sh 179 Bytes
#!/bin/sh

gosu postgres /etc/init.d/postgresql start

gosu collector gunicorn --chdir ./collector collector.wsgi:application --bind 0.0.0.0:8000 --keep-alive 3600 --timeout 3600