samagra-comms / docker-deploy

1 stars 15 forks source link

Changed setup scripts #77

Closed RyanWalker277 closed 1 year ago

RyanWalker277 commented 1 year ago

Merged all the scripts into one script and deleted the docker-compose-debug.yml. FIxes #65.

tushar5526 commented 1 year ago

Have you tested the installation scripts @RyanWalker277 ?

RyanWalker277 commented 1 year ago

Have you tested the installation scripts @RyanWalker277 ?

Yeah I've tested them on gitpod. It's working fine.

RyanWalker277 commented 1 year ago

Hey @tushar5526, I added the uci-apis docker image to the docker-compose, for the rest of the services, dockerization is either pending or images are not yet on docker hub. Let's continue with building stuff from source for now, will pick all this up as enhancements/cleanup after one-script-deploy setup is completed. That's a priority for now.

tushar5526 commented 1 year ago

@RyanWalker277 LGTM!

tushar5526 commented 1 year ago

@RyanWalker277 can you add in a disable mlock setting to true on gitpod. Gitpod will not support starting the vault without disabling it, locally vault will work fine. Also https://github.com/Sunbird-RC/sunbird-rc-core/blob/release-2.0.0/services/identity-service/build/setup_vault.sh you can use this script later to init vault or you can seed the vault as well. But be sure - seeding vault would also mean exposing the current secret keys and vault token.