fix 0.1.1 (#17)

Reviewed-on: https://hattori.ztsh.eu/iac/karl/pulls/17
This commit is contained in:
Piotr Dec 2025-12-12 21:40:03 +01:00
parent d3e990384d
commit e2fd185971
47 changed files with 1043 additions and 35 deletions

22
docker-compose.yaml Normal file
View file

@ -0,0 +1,22 @@
services:
karl:
image: hattori.ztsh.eu/iac/karl:dev-36
container_name: karl
restart: always
networks:
- web
volumes:
- /etc/localtime:/etc/localtime:ro
- /var/run/docker.sock:/var/run/docker.sock
- ./data/config:/app/config
- ./data/logs:/app/logs
secrets:
- kp_secret
secrets:
kp_secret:
file: ./data/kp_secret
networks:
web:
external: true