mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-04 12:33:55 -07:00
Docker-compose setup for Servatrice (#3887)
* Docker compose for servatrice * Update README.md * Clean up docker-compose specific configuration
This commit is contained in:
parent
17efe8c003
commit
7285f24a29
3 changed files with 48 additions and 0 deletions
7
servatrice/docker/servatrice-docker.ini
Normal file
7
servatrice/docker/servatrice-docker.ini
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[database]
|
||||
type=mysql
|
||||
prefix=cockatrice
|
||||
hostname=mysql
|
||||
database=servatrice
|
||||
user=servatrice
|
||||
password=password
|
||||
Loading…
Add table
Add a link
Reference in a new issue