Skip to content

Commit

Permalink
Update supervisor.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
doITmagic committed Dec 4, 2017
1 parent 696e41e commit 44d22db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/conf/supervisord/supervisor.conf
Expand Up @@ -4,10 +4,10 @@ nodaemon=true
[include]
files = /etc/supervisor/conf.d/*.conf

[program:ecommerce]
[program:myapp]
user=root
directory= /home/Projects/src/github.com/MY_APLICATION ; CHANGE THIS CONTAINER APPLICATION DIRECTORY where your revel app is
command=/bin/bash -c "./run.sh ; YOUR BASH FILE in CONTAINER APPLICATION DIRECTORY"
command=/bin/bash -c "./run_example.sh ; YOUR BASH FILE in CONTAINER APPLICATION DIRECTORY, example in repository root
redirect_stderr=true
autostart=true
autorestart=true

0 comments on commit 44d22db

Please sign in to comment.