mirror of
https://github.com/g0ldyy/comet.git
synced 2026-01-12 01:16:12 +01:00
14 lines
310 B
YAML
14 lines
310 B
YAML
services:
|
|
comet:
|
|
image: g0ldyy/comet:latest
|
|
container_name: comet
|
|
tty: true
|
|
ports:
|
|
- "8000:8000"
|
|
environment:
|
|
- FASTAPI_HOST=0.0.0.0
|
|
- FASTAPI_PORT=8000
|
|
- FASTAPI_WORKERS=1
|
|
- DATABASE_PATH=/app/data/comet.db
|
|
volumes:
|
|
- ./data:/app/data |