diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-10-30 00:17:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-30 00:17:01 +0100 |
| commit | 91b38f216f3107d4be2fa26e78c3e6df674bcbca (patch) | |
| tree | 1f2239bb3758ac3099542fe7b06d559d58bdecd5 /docker-compose.yml | |
| parent | ea0dd07e8a5deb8084ebcbae780e57fdd90bccc2 (diff) | |
| parent | 4ec2ace2e1ca37294f6e55c2965f1fc6f98d622c (diff) | |
Merge pull request #56 from atlarge-research/bug/scenario
Fix workings of scenarios
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 4d62b7cd..d49ac5dc 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -41,15 +41,11 @@ services: - type: bind source: ./traces target: /app/traces - - type: volume - source: results-volume - target: /results environment: - OPENDC_DB - OPENDC_DB_USERNAME - OPENDC_DB_PASSWORD - OPENDC_DB_HOST=mongo - - OPENDC_OUTPUT=/results mongo: build: @@ -69,7 +65,6 @@ services: volumes: mongo-volume: - results-volume: networks: backend: {} |
