Skip to content

Commit

Permalink
docs: resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
awusan125 committed Jul 6, 2023
2 parents 050f4ee + cc91807 commit d502ae6
Show file tree
Hide file tree
Showing 319 changed files with 36,405 additions and 18,785 deletions.
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

0 comments on commit d502ae6

Please sign in to comment.