diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-07-20 11:55:31 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-08-24 19:48:11 +0200 |
| commit | b27510cbe9de29edb0d1d8be58a49383b836ded5 (patch) | |
| tree | e65470c935f5414b6a2e46a616573aef04fa5e89 | |
| parent | 4f5c582927574928c7f9df96ae52b448ba77028b (diff) | |
Add deployment information regarding traces
| -rw-r--r-- | README.md | 3 | ||||
| -rw-r--r-- | docker-compose.yml | 4 |
2 files changed, 3 insertions, 4 deletions
@@ -84,6 +84,9 @@ OPENDC_ROOT_DIR=/your/path/to/opendc OPENDC_SERVER_BASE_URL=http://localhost:8081 ``` +Afterwards, you should also create a `traces/` directory in which you place the VM and workflow traces you want to +experiment with. + If you plan to publicly deploy, please also tweak the other settings. In that case, also check the `docker-compose.yml` for further instructions. Now, start the server: diff --git a/docker-compose.yml b/docker-compose.yml index 4b9856e4..6b5c979c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -51,8 +51,6 @@ services: - type: volume source: results-volume target: /results - # Override to root as the simulator won't be able to access the volume otherwise - user: root environment: - OPENDC_DB - OPENDC_DB_USERNAME @@ -76,7 +74,6 @@ services: # Comment out for public deployment ports: - "27017:27017" - # Uncomment for persistent deployment volumes: - mongo-volume:/data/db @@ -95,7 +92,6 @@ services: volumes: mongo-volume: - external: false results-volume: networks: |
