Advantages | Disadvantages |
---|---|
Simple deployment | Single-machine deployment, complex scaling |
Full control | |
Flexible configuration |
docker-compose.yaml
and a .env
file, then paste the following content:
127.0.0.1
is the container’s internal network. If you want to connect to a locally deployed database, use host.docker.internal
instead of 127.0.0.1
as the host address, otherwise the connection will failghcr.io/teableio/teable:latest
image contains all features of both enterprise and community editions, and is free to use.If you need to use only the community edition, you can choose the ghcr.io/teableio/teable-community:latest
image.Why can't I import CSV/xlsx or upload images after installation
How to enable HTTPS