batman dev

This commit is contained in:
pika 2025-03-22 10:35:17 +01:00
parent a4ce8a291d
commit de000c7ac6
10 changed files with 389 additions and 34 deletions

View file

@ -2,4 +2,9 @@ services:
caddydb:
image: caddydb:latest
ports:
- 5000:5000
- "5000:5000"
environment:
- CADDYDB_API_KEY=${CADDYDB_API_KEY:-changeme} # Set this to a secure value
volumes:
- ./data:/app/data
restart: unless-stopped