-
-
Notifications
You must be signed in to change notification settings - Fork 25
Container wont work #9
Description
Hey,
iam trying since hours to run these containers with your docker-compose.
This shows me the app container:
`bash-5.1# procodile
Welcome to Procodile v1.0.26
For documentation see https://adam.ac/procodile.
The following commands are supported:
check_concurrency Check process concurrency
console Open a console within the environment
exec Execute a command within the environment
help Shows this help output
kill Forcefully kill all known processes
log Open/stream a Procodile log file
reload Reload Procodile configuration
restart Restart processes
start Starts processes and/or the supervisor
status Show the current status of processes
stop Stops processes and/or the supervisor
For details for the options available for each command, use the --help option.
For example 'procodile start --help'.
bash-5.1# procodile status
Procodile Version 1.0.26
Application Root /app
Supervisor PID 1221
Started 2021-05-22 11:02:35 +0000
- web.1 is not running (Failed)
- fast.1 is not running (Failed)
- worker.1 is not running (Failed)
- cron.1 is not running (Failed)
- smtp.1 is not running (Failed)
- requeuer.1 is not running (Failed)
|| web
|| Quantity 1
|| Command bundle exec puma -C config/puma.rb
|| Respawning 5 every 3600 seconds
|| Restart mode usr1
|| Log path none specified
|| Address/Port none
|| => web.1 Failed 11:02 pid:1256 respawns:5 port:- tag:-
|| fast
|| Quantity 1
|| Command bundle exec rake postal:fast_server
|| Respawning 5 every 3600 seconds
|| Restart mode term-start
|| Log path none specified
|| Address/Port none
|| => fast.1 Failed 11:03 pid:1268 respawns:5 port:- tag:-
|| worker
|| Quantity 1
|| Command bundle exec ruby script/worker.rb
|| Respawning 5 every 3600 seconds
|| Restart mode start-term
|| Log path none specified
|| Address/Port none
|| => worker.1 Failed 11:03 pid:1269 respawns:5 port:- tag:-
|| cron
|| Quantity 1
|| Command bundle exec rake postal:cron
|| Respawning 5 every 3600 seconds
|| Restart mode term-start
|| Log path none specified
|| Address/Port none
|| => cron.1 Failed 11:03 pid:1270 respawns:5 port:- tag:-
|| smtp
|| Quantity 1
|| Command bundle exec rake postal:smtp_server
|| Respawning 5 every 3600 seconds
|| Restart mode usr1
|| Log path none specified
|| Address/Port none
|| => smtp.1 Failed 11:02 pid:1267 respawns:5 port:- tag:-
|| requeuer
|| Quantity 1
|| Command bundle exec rake postal:requeuer
|| Respawning 5 every 3600 seconds
|| Restart mode term-start
|| Log path none specified
|| Address/Port none
|| => requeuer.1 Failed 11:03 pid:1271 respawns:5 port:- tag:-
bash-5.1#
`