Skip to content

Commit 0d1f91e

Browse files
committed
Add fixed CI database ports
1 parent 7b29804 commit 0d1f91e

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

docker/docker-compose.ci.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
services:
2+
sqlexpress:
3+
ports:
4+
- "127.0.0.1:52001:1433"
5+
6+
mysql:
7+
ports:
8+
- "127.0.0.1:52003:3306"
9+
10+
postgres:
11+
ports:
12+
- "127.0.0.1:52004:5432"
13+
14+
oracle:
15+
ports:
16+
- "127.0.0.1:52005:1521"

0 commit comments

Comments
 (0)