rondo-framework/docker-compose.yml
Jerko Steiner 77838e8e0c packages/comments-server: Migrate to mysql/mariadb
Currently mysql2 prints a warning every time a connection is
established. This should be fixed with soon:

https://github.com/typeorm/typeorm/pull/3753
2019-03-23 21:21:50 +08:00

14 lines
224 B
YAML

---
version: '3'
services:
mysql:
image: mariadb:10
ports:
- 127.0.0.1:3306:3306
environment:
MYSQL_ROOT_PASSWORD: root
MYSQL_USER: test
MYSQL_PASSWORD: test
MYSQL_DATABASE: test