observability.svc.plus/app/teable/docker-compose.yml
2026-02-01 20:53:55 +08:00

16 lines
296 B
YAML

version: '3.9'
services:
teable:
image: ghcr.io/teableio/teable:latest
restart: always
ports:
- '${TEABLE_PORT}:3000'
volumes:
- /data/teable:/app/.assets:rw
env_file:
- .env
environment:
- TZ=${TIMEZONE}
- NEXT_ENV_IMAGES_ALL_REMOTE=true