hooked up custom docker instances from config file

This commit is contained in:
Brad Rydzewski
2014-09-30 21:35:30 -07:00
parent 0be010bb49
commit 80f7523e9b
7 changed files with 38 additions and 27 deletions

View File

@@ -4,10 +4,10 @@
#
# -datasource="drone.sqlite":
# -driver="sqlite3":
# -port=":8080":
# -bind=":8080":
# -workers="4":
#
#DRONED_OPTS="--port=:80"
#DRONED_OPTS="--bind=:80"
# Email configuration
#DRONE_SMTP_HOST=

View File

@@ -5,7 +5,7 @@ console log
script
set -a
DRONED_OPTS="--port=:80"
DRONED_OPTS="--bind=:80"
if [ -f /etc/default/$UPSTART_JOB ]; then
. /etc/default/$UPSTART_JOB
fi