16 lines
296 B
YAML
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
|