Spaces:
Sleeping
Sleeping
| services: | |
| app: | |
| build: . | |
| image: bloggingagent:latest | |
| ports: | |
| - "7860:7860" | |
| env_file: | |
| - .env | |
| volumes: | |
| - ./images:/app/images | |
| - ./results:/app/results | |
| - ./logs:/app/logs | |
| restart: always | |
| # Ensure directories exist for volume mapping | |
| # Note: Docker will create them as root if they don't exist, | |
| # but the app might need write permissions. | |