Commit d9ca1abf authored by Christopher Reis's avatar Christopher Reis

Added MySQL

parent bf30275a
......@@ -56,6 +56,15 @@ openmct:
ports:
- "8080:8080"
mysql:
restart: always
image: mysql:5.6.26
environment:
- MYSQL_ROOT_PASSWORD=root
- MYSQL_DATABASE=gmsec
ports:
- "3306:3306"
# rabbitmq:
# restart: always
# build: ./rabbitmq
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment