docker-compose support
This commit is contained in:
parent
da0775efe2
commit
c0facdf922
1 changed files with 19 additions and 0 deletions
19
docker-compose.yml
Normal file
19
docker-compose.yml
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
version: "2"
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
mariadata:
|
||||||
|
|
||||||
|
services:
|
||||||
|
tcgsql:
|
||||||
|
image: mariadb:10
|
||||||
|
restart: "no"
|
||||||
|
environment:
|
||||||
|
- "MYSQL_ROOT_PASSWORD=Oonov0caichohth8leiyienguoho8cho"
|
||||||
|
volumes:
|
||||||
|
- "mariadata:/var/lib/mysql"
|
||||||
|
|
||||||
|
fftcg:
|
||||||
|
build: .
|
||||||
|
restart: "no"
|
||||||
|
ports:
|
||||||
|
- "8001:8080"
|
Reference in a new issue