aboutsummaryrefslogtreecommitdiff
path: root/docker
AgeCommit message (Collapse)AuthorFilesLines
2023-01-01filer.store.mysql: Use utf8mb4 instead of 3 byte UTF8 (#4094)CommanderRoot1-7/+7
2022-10-16refactor(compose)!: upgrade to v2 closes #3699 (#3705)Ryan Russell19-36/+46
* docs(compose): Update readme for compose v2 upgrade Signed-off-by: Ryan Russell <git@ryanrussell.org> * refactor(compose): Upgrade `Makefile` for compose v2 Signed-off-by: Ryan Russell <git@ryanrussell.org> * refactor(compose): Upgrade yml from version 2 -> 3.9 Signed-off-by: Ryan Russell <git@ryanrussell.org> Signed-off-by: Ryan Russell <git@ryanrussell.org>
2022-10-06master server graceful stop (#3797)Konstantin Lebedev1-3/+3
2022-09-15docs(docker): readability fixes (#3684)Ryan Russell2-2/+2
Signed-off-by: Ryan Russell <git@ryanrussell.org> Signed-off-by: Ryan Russell <git@ryanrussell.org>
2022-09-01add tmux for devchrislu1-1/+1
2022-09-01build local rocksdbchrislu3-0/+67
2022-09-01dockerfile fix directorychrislu3-3/+3
2022-09-01fix building rocksdb imagechrislu1-1/+1
2022-08-31Add an End-to-End workflow for FUSE mount (#3562)Patrick Schmidt4-5/+93
* Add an e2e workflow to test FUSE mount * Fix deadlocks during concurrent r/w
2022-08-26add target dev_race to MakeFile (#3522)Konstantin Lebedev1-1/+7
2022-08-11avoid Dockerfile Entrypoint: "file not found" (#3430)Konstantin Lebedev1-1/+1
https://www.koskila.net/how-to-fix-exec-user-process-caused-no-such-file-or-directory-in-docker-on-windows/
2022-08-02go 1.19chrislu2-2/+2
2022-07-31update rocksdb version to 7.4.4chrislu1-1/+1
2022-07-29site movechrislu1-2/+2
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu5-22/+22
2022-06-29use const multipart uploads folderKonstantin Lebedev1-2/+2
avoid error bucket NotEmpty if multipart uploads folder exist
2022-06-29Merge pull request #3188 from kmlebedev/fix_make_devChris Lu3-4/+11
fix ip.bind cmd for docker compose
2022-06-23initial advancedtlsKonstantin Lebedev1-1/+3
2022-06-15fix ip.bind cmd for docker composeKonstantin Lebedev3-4/+11
2022-06-10stats master_replica_placement_mismatchKonstantin Lebedev2-1/+3
2022-06-07Merge pull request #3130 from kmlebedev/fix_rm_parent_dir_via_nextcloudChris Lu3-2/+7
2022-06-01feat: Send commands to weed shell from the docker image.Kaiwalya Joshi1-0/+6
Add the ability to send commands to weed shell from the docker image. Allows an operator to perform maintenance commands like so: ``` docker run \ --rm \ -e SHELL_FILER=localhost:8888 \ -e SHELL_MASTER=localhost:9333 \ chrislusf/seaweedfs:local \ "shell" \ "fs.configure -locationPrefix=/buckets/foo -volumeGrowthCount=3 -replication=002 -apply" ```
2022-06-01fix show empty dirKonstantin Lebedev3-2/+7
https://github.com/chrislusf/seaweedfs/issues/3086
2022-05-23docker compose nextcloud rm mysqlKonstantin Lebedev1-15/+4
2022-05-23docker compose file for nextcloud testingKonstantin Lebedev3-1/+59
https://github.com/chrislusf/seaweedfs/issues/3086
2022-05-16fix buildchrislu1-1/+1
2022-05-15rocksdb up version to v7.2.2Konstantin Lebedev2-4/+1
2022-05-14build release containers for all tagsKonstantin Lebedev3-45/+9
2022-05-12refactorKonstantin Lebedev2-7/+9
add some tests https://github.com/chrislusf/seaweedfs/pull/2996
2022-05-06docker compose: use ip.bind=0.0.0.0chrislu1-4/+4
2022-05-06add docker compose file to sync 2 mountschrislu2-0/+24
2022-05-06Merge branch 'master' of https://github.com/chrislusf/seaweedfschrislu2-0/+38
2022-05-06add testschrislu2-1/+65
2022-05-03fix scanNamedKonstantin Lebedev1-9/+11
2022-05-03Merge branch 'new_master' into ydbKonstantin Lebedev1-0/+1
# Conflicts: # go.mod # go.sum
2022-05-02fix createDBKonstantin Lebedev2-3/+9
2022-05-01ydb initialKonstantin Lebedev1-0/+30
https://github.com/chrislusf/seaweedfs/issues/2942
2022-04-30s3 backend support customizing storage classchrislu1-0/+1
2022-04-18go 1.18 for rocksdbchrislu1-1/+1
2022-04-18docker move to go version 1.182.99chrislu2-2/+2
2022-04-06add raft shell cmdsKonstantin Lebedev1-3/+3
2022-04-05Merge branch 'new_master' into hashicorp_raftKonstantin Lebedev1-1/+1
# Conflicts: # go.mod # go.sum
2022-04-05auto bootstraping and update peersKonstantin Lebedev1-8/+3
2022-04-04update rocksdb versionchrislu1-1/+1
2022-04-04fix cluster statusKonstantin Lebedev1-10/+10
2022-04-04hashicorp raft with state machineKonstantin Lebedev2-10/+13
2022-04-04initial add hashicorp raftKonstantin Lebedev1-0/+94
2022-03-30allowDeleteBucketNotEmptyKonstantin Lebedev1-2/+2
2022-03-29fix s3 tests:Konstantin Lebedev1-1/+1
multipart_upload_incorrect_etag multipart_resend_first_finishes_last
2022-03-21minorchrislu1-5/+5