Skip to content
Snippets Groups Projects
Commit cbee9265 authored by Sercan Yesildal's avatar Sercan Yesildal
Browse files

db added

parent 3c0e64be
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,10 @@ services:
- DB_CONNECT=mariadb:3306
mariadb:
image: mariadb:10.5
volumes:
- ./service/planner/db/init.sql:/docker-entrypoint-initdb.d/init.sql
ports:
- "3306:3306"
environment:
- MYSQL_ROOT_PASSWORD=root
- MYSQL_ROOT_PASSWORD=secret
- MYSQL_DATABASE=planner
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment