Publish containers to GitHub (#375)

This workflow creates two offical container images:

* `ghcr.io/codingjoe/deer-flow:main`
* `ghcr.io/codingjoe/deer-flow-web:main`
This commit is contained in:
Johannes Maron
2025-06-29 14:55:51 +02:00
committed by GitHub
parent 52dfdd83ae
commit 5977b4a03e
2 changed files with 96 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ services:
env_file:
- .env
volumes:
- ./conf.yaml:/app/conf.yaml
- ./conf.yaml:/app/conf.yaml:ro
restart: unless-stopped
networks:
- deer-flow-network