Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

repo sync #101

Merged
merged 3 commits into from
Jul 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 5 additions & 3 deletions .ci/docker-compose/.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
SCDB_PORT=8080
MYSQL_PORT=13306
SCQL_IMAGE_TAG=latest
SCDB_PORTS=8080
MYSQL_PORT=3317
POSTGRES_PORT=7777
SCQL_IMAGE_TAG=latest
PROTOCOLS=SEMI2K
3 changes: 3 additions & 0 deletions .ci/docker-compose/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
docker-compose.yaml
docker-compose.yml
scdb/conf/
5 changes: 2 additions & 3 deletions .ci/docker-compose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@
docker compose up -d
```


# Notes

1. You could customize scdbserver and mysql container published port env `SCDB_PORT` and `MYSQL_PORT` in file `.env`, default port is `8080`.
1. You could customize scdbserver and mysql container published port env `SCDB_PORT` and `MYSQL_PORT` in file `.env`.

2. You could customize scql image tag via env `SCQL_IMAGE_TAG` in file `.env`.


3. You could customize protocols via env `PROTOCOLS` in file `.env`.
601 changes: 601 additions & 0 deletions .ci/docker-compose/csv/bob_tbl_0.csv

Large diffs are not rendered by default.

601 changes: 601 additions & 0 deletions .ci/docker-compose/csv/bob_tbl_1.csv

Large diffs are not rendered by default.

601 changes: 601 additions & 0 deletions .ci/docker-compose/csv/bob_tbl_2.csv

Large diffs are not rendered by default.

Loading