Add Docker setup with Caddy network integration

This commit is contained in:
Johannes
2026-03-12 19:12:30 +01:00
parent 77e6cf14c9
commit b107577064

View File

@@ -2,7 +2,11 @@ services:
cookbook:
build: .
restart: unless-stopped
ports:
- "3000:3000"
volumes:
- ./recipes:/app/recipes
networks:
- caddy
networks:
caddy:
external: true