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: cookbook:
build: . build: .
restart: unless-stopped restart: unless-stopped
ports:
- "3000:3000"
volumes: volumes:
- ./recipes:/app/recipes - ./recipes:/app/recipes
networks:
- caddy
networks:
caddy:
external: true