Add project files.
This commit is contained in:
commit
86a57f81f8
52 changed files with 4823 additions and 0 deletions
14
TestDatabase/docker-compose.yml
Normal file
14
TestDatabase/docker-compose.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
services:
|
||||
database:
|
||||
image: mysql
|
||||
volumes:
|
||||
- ./database:/var/lib/mysql
|
||||
- ./setup.sql:/docker-entrypoint-initdb.d/1.sql
|
||||
restart: always
|
||||
ports:
|
||||
- 3306:3306
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: QEwqTdS#7pxEy#
|
||||
MYSQL_USER: PizzaBotDev
|
||||
MYSQL_PASSWORD: PizzaDeliveryEverywhere!
|
||||
MYSQL_DATABASE: PizzaBotTest
|
||||
Loading…
Add table
Add a link
Reference in a new issue