diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-29 09:51:01 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-29 09:51:01 +0200 |
| commit | 55c3c489c04bb002c6bd705f5dac5c580fb8f102 (patch) | |
| tree | 507a8f758d016259f71d5b3d5e7643dfdb97ef57 /build | |
| parent | 2cdfdbe7d5ae097fa701ac34cd9e9720ee2dec3f (diff) | |
Connect docker-compose with new simulator image
Diffstat (limited to 'build')
| -rw-r--r-- | build/supervisord.conf | 27 |
1 files changed, 9 insertions, 18 deletions
diff --git a/build/supervisord.conf b/build/supervisord.conf index ff4556a4..cfb671d6 100644 --- a/build/supervisord.conf +++ b/build/supervisord.conf @@ -1,18 +1,9 @@ -[supervisord] -nodaemon=true - -[program:web-server] -command=/usr/bin/python2.7 /opendc/opendc-web-server/main.py /opendc/keys.json -stdout_logfile=/dev/stdout -stdout_logfile_maxbytes=0 -stderr_logfile=/dev/stderr -stderr_logfile_maxbytes=0 - -[program:simulator] -directory=/opendc/opendc-simulator/opendc-integration-jpa -command=/opendc/opendc-simulator/gradlew run -stdout_logfile=/dev/stdout -stdout_logfile_maxbytes=0 -stderr_logfile=/dev/stderr -stderr_logfile_maxbytes=0 - +[supervisord]
+nodaemon=true
+
+[program:web-server]
+command=/usr/bin/python2.7 /opendc/opendc-web-server/main.py /opendc/keys.json
+stdout_logfile=/dev/stdout
+stdout_logfile_maxbytes=0
+stderr_logfile=/dev/stderr
+stderr_logfile_maxbytes=0
|
