Skip to content
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

Simplify deployment by removing the need for any env vars by default #38

Merged
merged 2 commits into from
Sep 16, 2024

Conversation

vieiralucas
Copy link
Member

@vieiralucas vieiralucas commented Sep 13, 2024

@lucasfcosta can you review and improve the docs?
I made some changes there but maybe now we can write it differently.

@CLAassistant
Copy link

CLAassistant commented Sep 13, 2024

CLA assistant check
All committers have signed the CLA.

@vieiralucas vieiralucas changed the title [WIP] Single port Simplify deployment by removing the need for any env vars by default Sep 13, 2024
Comment on lines +93 to +94
API_URL: '/api'
FRONTEND_URL: '/'
Copy link
Member Author

Choose a reason for hiding this comment

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

Maybe these should be the default?
If the user wants to deploy the api and web in different domain then it needs to specify that

What do you think? @lucasfcosta

If we make these values default, we can simplify the deployment docs by just omitting these variables and leave this detail for people that want to do a more advanced deployment.

docker-compose.yaml Outdated Show resolved Hide resolved
docs/DEPLOYMENT.md Outdated Show resolved Hide resolved
docs/DEPLOYMENT.md Outdated Show resolved Hide resolved
docs/DEPLOYMENT.md Outdated Show resolved Hide resolved
nginx/nginx.conf Show resolved Hide resolved
pypi/src/briefer/main.py Show resolved Hide resolved
pypi/src/briefer/main.py Outdated Show resolved Hide resolved
start-dev.sh Outdated Show resolved Hide resolved
@vieiralucas
Copy link
Member Author

Closes #24

@vieiralucas vieiralucas merged commit f45f784 into main Sep 16, 2024
2 checks passed
@vieiralucas vieiralucas deleted the single-port branch September 16, 2024 14:17
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.

2 participants