Elasticsearch
Image: elasticsearch:8.19.21
- Port 9200/tcp
- 20 GB volume at /usr/share/elasticsearch/data
- 2 vCPU · 2.5 GB
/usr/local/bin/docker-entrypoint.sh eswrapper -Ediscovery.type=single-node -Expack.security.enabled=false -Ehttp.host=0.0.0.0
Template · Databases
Elasticsearch 8 single node, security disabled, private network only.
Opens the dashboard with this template pre-selected. Sign in with GitHub if you are new; the free tier needs no card.
One service in the environment you pick, on the private network of the project.
elasticsearch:8.19.21 launched through the image entrypoint with -Ediscovery.type=single-node -Expack.security.enabled=false. Not exposed publicly.
Image: elasticsearch:8.19.21
/usr/local/bin/docker-entrypoint.sh eswrapper -Ediscovery.type=single-node -Expack.security.enabled=false -Ehttp.host=0.0.0.0
Generated secrets never leave the platform; references are resolved on the private network. Anything marked required is asked for at deploy time.
| Name | Value |
|---|---|
| ES_JAVA_OPTS | -Xms1g -Xmx1g |
| ELASTICSEARCH_URL | http://${{self.SKIFFLY_PRIVATE_DOMAIN}}:9200 |
Volumes, secrets and domain pre-wired. Runs on EU nodes, paid per minute from a prepaid balance.