WealthFromAI's picture
FORGE-X: Upload source (e30bed1a-api.zip)
03df5ce verified
Raw
History Blame Contribute Delete
171 Bytes
version: '3.8'
services:
api:
build: .
ports:
- "8000:8000"
env_file: .env
restart: unless-stopped
volumes:
- ./data:/app/data