Skip to content

Commit

Permalink
Merge branch '2024-editor-server' into editor-blender
Browse files Browse the repository at this point in the history
  • Loading branch information
tom1484 committed Feb 4, 2024
2 parents f1d589c + f067b96 commit 68809aa
Show file tree
Hide file tree
Showing 71 changed files with 4,683 additions and 40,438 deletions.
4 changes: 0 additions & 4 deletions dev.docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,10 @@ services:
image: redis
ports:
- "6379:6379"
volumes:
- ./data/redisData:/data
mysql:
image: mysql:8.1.0
environment:
MYSQL_DATABASE: editor
MYSQL_ROOT_PASSWORD: password
ports:
- "3306:3306"
volumes:
- ./data/mysql:/var/lib/mysql
163 changes: 140 additions & 23 deletions editor-server/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions editor-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ futures-core = "0.3.28"
futures-util = "0.3.28"
http = "0.2.7"
itertools = "0.12.0"
indicatif = { version = "*" }
once_cell = "1.18.0"
redis = { version = "0.23.3", features = ["tokio-comp"] }
serde = "1.0.188"
Expand Down
Loading

0 comments on commit 68809aa

Please sign in to comment.