Skip to content

Conversation

@jsbroks
Copy link
Member

@jsbroks jsbroks commented May 24, 2023

No description provided.

services:
db:
container_name: wandb_db
image: mysql:8.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where is service_healthy defined?

- 8080:8080
environment:
MYSQL: mysql://wandb:wandb@db:3306/wandb
BUCKET_QUEUE: internal://
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to set the CORS policy here?

# 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.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

README is nice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants