Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
347 views

Supervisor sometimes stop run on docker

I run supervisor on docker container. It starts correctly but after an amount of time it stops schedule jobs and supervisorctl status show process are still running. If I run supervisorctl status I ...
Daniele's user avatar
  • 604
0 votes
0 answers
114 views

Dockerfile - Copying config files to appropriate container

I have two containers on my deployment: uwsgi and celery. There are also two supervisord .conf files, under /config/celery and /config/uwsgi. So I need to copy only the *.conf files under /config/...
cybertextron's user avatar
  • 10.9k
6 votes
0 answers
681 views

ElasticBeanstalk Docker, one Container or multiple Containers?

We are working on a new REST API that will be deployed on AWS ElasticBeanstalk using Docker. It uses Python Celery for scheduled jobs which means separate process need to run for workers, our current ...
digitaldavenyc's user avatar
0 votes
0 answers
589 views

Supervisord in Docker + AWS Elastic Beanstalk can't accept non-alphanumeric environment variables

I am using custom Docker container in AWS Elastic beanstalk to deploy a wep application. I could set environment variables such as API key, API secret, etc.. on AWS web console.(Elastic beanstalk => ...
Surray Moon's user avatar