-
Notifications
You must be signed in to change notification settings - Fork 56
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
chore: setup prod and dev docker with compose #236
Conversation
85340d9
to
fb0cf85
Compare
We need to test actually deploying in prod with this config |
82e54ff
to
f00c727
Compare
After some thinking I removed the dep on |
f00c727
to
a827643
Compare
ad8e4d5
to
b56cd48
Compare
@baktun14 @baktun14 improved this further today:
|
b56cd48
to
9e05508
Compare
@baktun14 @Redm4x another thing is I noticed that console is served on port 3001 https://github.com/akash-network/cloudmos/blob/main/apps/deploy-web/deploy.yml#L15 which basically means that Nginx is unused. So I removed the config and relevant steps in the Dockerfile. Let me know if I'm missing anything. |
e8994af
to
f4fcfb9
Compare
1b2bce8
to
741487c
Compare
741487c
to
51fc44e
Compare
This PR introduces several enhancements to the Docker setup:
package.json
to improve the developer experience (DX).With these changes, we can ensure that any developer can test and run the project in any environment, whether it's for development, continuous integration, or production, providing a consistent and reliable setup across all stages.