Skip to content

Commit 37993a5

Browse files
authoredJul 6, 2023
repo sync (#101)
1 parent d21c8fb commit 37993a5

File tree

319 files changed

+36119
-18514
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

319 files changed

+36119
-18514
lines changed
 

‎.ci/docker-compose/.env

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
SCDB_PORT=8080
2-
MYSQL_PORT=13306
3-
SCQL_IMAGE_TAG=latest
1+
SCDB_PORTS=8080
2+
MYSQL_PORT=3317
3+
POSTGRES_PORT=7777
4+
SCQL_IMAGE_TAG=latest
5+
PROTOCOLS=SEMI2K

‎.ci/docker-compose/.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
docker-compose.yaml
2+
docker-compose.yml
3+
scdb/conf/

0 commit comments

Comments
 (0)
Please sign in to comment.