Open
Conversation
elainaRenee
reviewed
May 24, 2023
| services: | ||
| db: | ||
| container_name: wandb_db | ||
| image: mysql:8.0 |
Contributor
There was a problem hiding this comment.
Are we fully on 8.0? I know EOL is coming up, but can't remember where we are on this
| redis: | ||
| condition: service_healthy | ||
| minio: | ||
| condition: service_healthy |
Contributor
There was a problem hiding this comment.
where is service_healthy defined?
| - 8080:8080 | ||
| environment: | ||
| MYSQL: mysql://wandb:wandb@db:3306/wandb | ||
| BUCKET_QUEUE: internal:// |
Contributor
There was a problem hiding this comment.
I think we want this to point to the redis instance
| /bin/sh -c " | ||
| /usr/bin/mc alias set myminio http://minio:9000 wandb wandbadmin; | ||
| /usr/bin/mc mb myminio/data; | ||
| /usr/bin/mc policy set public myminio/data; |
Contributor
There was a problem hiding this comment.
Do we need to set the CORS policy here?
elainaRenee
reviewed
May 24, 2023
| # W&B Server Docker Compose README | ||
|
|
||
| This repository contains a Docker Compose configuration for setting up a W&B (Weights & Biases) server. This configuration includes various services necessary for the operation of the W&B server, including a database, cache, storage, and a system for updating the W&B server container. | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.