summaryrefslogtreecommitdiff
path: root/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index ac4bc27f..a89b7260 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:
@@ -29,7 +29,9 @@ services:
- PERSISTENCE_USER=opendc
- PERSISTENCE_PASSWORD=opendcpassword
mariadb:
- image: mariadb:10.1
+ build:
+ context: ./database
+ image: database
restart: on-failure
ports:
- "3306:3306" # comment this line out in production