diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2018-02-07 09:17:25 +0100 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2018-02-07 09:17:25 +0100 |
| commit | 093f15d3196ee6d0d4a1e2137bf1f12052012a67 (patch) | |
| tree | 87c7b37db495d411ed4957514f338c39c7ab32de /docker-compose.yml | |
| parent | e7880192e47115abf648310f0f48883da18c1bb0 (diff) | |
Integrate refactored simulator
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index ac4bc27f..d9a73ad2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,4 +1,4 @@ -version: "2" +version: "3" services: frontend: build: ./ @@ -17,7 +17,7 @@ services: simulator: build: context: ./opendc-simulator - dockerfile: opendc-integration-jpa/mysql/Dockerfile + dockerfile: opendc-model-odc/setup/Dockerfile image: simulator restart: on-failure links: |
