SoulBook/docker/docker-compose.yml
2025-01-02 14:36:51 +08:00

9 lines
229 B
YAML

version: '3'
services:
web:
image: guyue55/owllook
command: gunicorn -c soulbook/config/gunicorn.py --worker-class sanic.worker.GunicornWorker soulbook.server:app
ports:
- "8001:8001"
volumes:
- .:/app