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

Additional Docker Env Variables #121

Open
robertminer1 opened this issue Oct 21, 2020 · 4 comments
Open

Additional Docker Env Variables #121

robertminer1 opened this issue Oct 21, 2020 · 4 comments

Comments

@robertminer1
Copy link

Hi! If possible, it would be great to be able to use specific environment variable references for redis & memcached in docker compose. Ex:

REDIS_HOST: container-name
MEMCACHED_HOST: container-name

Also, is there a reason why the script /shared/seatable/scripts/seatable.sh start isn't included as a line in the entrypoint script? Just wondering!

Thank you!

@freeplant
Copy link
Contributor

freeplant commented Oct 23, 2020

Also, is there a reason why the script /shared/seatable/scripts/seatable.sh start isn't included as a line in the entrypoint script? Just wondering!

Because there are some manual steps needed before running seatable yet, we don't add it in the entrypoint script.

@SkywalkerSpace
Copy link

SkywalkerSpace commented Oct 23, 2020

If possible, it would be great to be able to use specific environment variable references for redis & memcached in docker compose

Would you mean to add these two environment variables to the yml file?We didn’t add these because they were not used in the docker container.

@robertminer1
Copy link
Author

robertminer1 commented Oct 31, 2020

Also, is there a reason why the script /shared/seatable/scripts/seatable.sh start isn't included as a line in the entrypoint script? Just wondering!

Because there are some manual steps needed before running seatable yet, we don't add it in the entrypoint script.

Got it, thanks.

@robertminer1
Copy link
Author

If possible, it would be great to be able to use specific environment variable references for redis & memcached in docker compose

Would you mean to add these two environment variables to the yml file?We didn’t add these because they were not used in the docker container.

Yes, that's what I was asking for. I would like to be able to set the redis server and memcached host dynamically.

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

No branches or pull requests

3 participants