summaryrefslogtreecommitdiffstats
path: root/portal-BE/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'portal-BE/docker-compose.yml')
-rw-r--r--portal-BE/docker-compose.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/portal-BE/docker-compose.yml b/portal-BE/docker-compose.yml
index 2228a997..e74888d2 100644
--- a/portal-BE/docker-compose.yml
+++ b/portal-BE/docker-compose.yml
@@ -10,12 +10,12 @@ version: '3.1'
services:
portal-db:
- image: mariadb
-# image: mysql
+# image: mariadb
+ image: mysql
container_name: portal_mariaDB
ports:
- 3306:3306
- restart: on-failure
+ restart: always
environment:
- MYSQL_DATABASE=testdb
- MYSQL_USER=portal
@@ -29,7 +29,7 @@ services:
portal-app:
image: portal_app
container_name: portal_APP
- restart: on-failure
+ restart: always
ports:
- 8080:8080
depends_on: