clawemail / docker-compose.yml
Echocq's picture
Deploy ClawEmail (Fastify server + Docker) to HF Space
10e712d verified
Raw
History Blame Contribute Delete
406 Bytes
services:
claw-email:
image: ghcr.io/wangxingfan/clawemail:latest
build: .
container_name: claw-email
restart: unless-stopped
# Host port can be changed freely; container always listens on 3000.
# To run on a different host port, change the left side, e.g. "8080:3000".
ports:
- "3000:3000"
env_file:
- .env
volumes:
- ./data:/app/data