YoyaTeam / dynamodb-manager

A Dynamodb admin & manager GUI for DynamoDB Local and remote.
https://dynamodb-manager.netlify.app
MIT License
130 stars 34 forks source link

Predefined Config #18

Open unicod3 opened 4 years ago

unicod3 commented 4 years ago

Hello, Is there a way to give predefined config in docker-compose file? If not I would like to work on it.

taydy commented 3 years ago

hi, What config do you mean?

unicod3 commented 3 years ago

Hello, My problem is when running on docker, I want to specify a default config in docker-compose for 'alias', 'endpoint', 'region', 'access_key', 'secret'.

This way when I create a container it Connection Config will be defined, so I would not have to go and define a connection config every time I create a container.

Please let me know if that is possible, if not I am happy to try to take a look at it.

ranjan-purbey commented 3 years ago

I think it's currently not implemented but you could import config from a JSON file and use it here

taydy commented 3 years ago

Sorry, my github mailbox is bound to Google mailbox. I can’t receive email notifications without opening vpn. Recently, I changed it to a company mailbox. @unicod3 Do you have a good way to achieve it now? Hope you can provide some code.