seatable / seatable

SeaTable: easy like a spreadsheet, powerful like a database. Unlimited rows in a single base.

Home Page:https://seatable.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Additional Docker Env Variables

robertminer1 opened this issue · comments

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!

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.

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.

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.

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.