Skip to content

Commit e0696fc

Browse files
Added docker testing server
1 parent db3329a commit e0696fc

3 files changed

Lines changed: 13 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
build/
2+
product.so

testing/docker-compose.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: '3.8'
2+
services:
3+
mysql:
4+
image: mysql:latest
5+
environment:
6+
MYSQL_ROOT_PASSWORD: root
7+
MYSQL_DATABASE: test
8+
ports:
9+
- "3306:3306"
10+
volumes:
11+
- ./plugin:/usr/custom_plugins

testing/plugin/.gitinclude

Whitespace-only changes.

0 commit comments

Comments
 (0)