Compare commits
No commits in common. "39b050ba8359ca2912c8bf6608e79648bd816b30" and "4240b57018a5fca34dafa478450d7f5e3ce74fe2" have entirely different histories.
39b050ba83
...
4240b57018
|
@ -22,8 +22,5 @@ yarn-error.log
|
||||||
/.phpstorm.meta.php
|
/.phpstorm.meta.php
|
||||||
/_ide_helper.php
|
/_ide_helper.php
|
||||||
/_ide_helper_models.php
|
/_ide_helper_models.php
|
||||||
|
/public/img/icons/play-button.png
|
||||||
/tabit.sql
|
/tabit.sql
|
||||||
/docker
|
|
||||||
/docker/db
|
|
||||||
/docker/db/data
|
|
||||||
|
|
||||||
|
|
|
@ -1,20 +0,0 @@
|
||||||
version: '3'
|
|
||||||
|
|
||||||
services:
|
|
||||||
# MySQL
|
|
||||||
db:
|
|
||||||
container_name: mysql8
|
|
||||||
image: mysql:8.0
|
|
||||||
command: mysqld --default-authentication-plugin=mysql_native_password --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
|
|
||||||
environment:
|
|
||||||
MYSQL_ROOT_PASSWORD: root
|
|
||||||
MYSQL_DATABASE: sandbox
|
|
||||||
# MYSQL_USER: sandbox_user
|
|
||||||
# MYSQL_PASSWORD: passpass
|
|
||||||
MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
|
|
||||||
ports:
|
|
||||||
- '3306:3306'
|
|
||||||
volumes:
|
|
||||||
- './docker/db/data:/var/lib/mysql'
|
|
||||||
- './docker/db/my.cnf:/etc/mysql/conf.d/my.cnf'
|
|
||||||
- './docker/db/sql:/docker-entrypoint-initdb.d'
|
|
Loading…
Reference in New Issue