From 96125a14f9aab70112fd36853283dc186fd1a961 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Fri, 29 Sep 2017 14:55:29 +0200 Subject: Fix Docker configuration for simulator This change fixes the Docker configuration for the simulator, in particular the database configuration for the simulator. --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docker-compose.yml') diff --git a/docker-compose.yml b/docker-compose.yml index f1fa0ae7..d1c9c1f7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -16,9 +16,9 @@ services: opendc-simulator: build: ./opendc-simulator environment: - - MYSQL_DATABASE=opendc - - MYSQL_USER=opendc - - MYSQL_PASSWORD=opendcpassword + - PERSISTENCE_URL=jdbc:mysql://mariadb:3306/opendc + - PERSISTENCE_USER=opendc + - PERSISTENCE_PASSWORD=opendcpassword mariadb: image: mariadb:10.1 ports: -- cgit v1.2.3