-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(docker-compose): namespace corpora services #59
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
PR Type
enhancement, configuration changes
Description
docker-compose.yaml
to use acorpora_
prefix for better namespace management.corpora_app
andcorpora_redis
for consistency.Changes walkthrough 📝
2 files
auth.py
Update base URL for authentication service
py/packages/corpora_cli/auth.py
base_url
to usecorpora_app
instead ofapp
.main.py
Modify API client host URL
py/packages/corpora_cli/main.py
client_config.host
default URL to usecorpora_app
.1 files
test_config.py
Update test configurations with new service name
py/packages/corpora_cli/test_config.py
corpora_app
in URLs.6 files
settings.py
Update settings for allowed hosts and Celery configuration
py/packages/corpora_proj/settings.py
corpora_app
.corpora_redis
.genall.sh
Update OpenAPI generator script URL
py/genall.sh
corpora_app
.genall.sh
Update OpenAPI spec URL in script
rs/genall.sh
corpora_app
..corpora.yaml
Update base URL in configuration file
.corpora.yaml
base_url
to usecorpora_app
.docker-compose.yaml
Namespace Docker Compose services and update Redis URL
docker-compose.yaml
corpora_
prefix.corpora_redis
.openapitools.json
Remove OpenAPI tools configuration
openapitools.json
1 files
docker-compose-celery.md
Remove outdated Docker Compose and Celery documentation
md/notes/docker-compose-celery.md
2 files
openapitools.json
Format JSON configuration file
py/openapitools.json
openapitools.json
Format JSON configuration file
rs/openapitools.json