chore: compose file

This commit is contained in:
Piotr Dec 2025-11-29 02:04:18 +01:00
parent 1ff4fd842b
commit fc7f75d772
Signed by: stawros
GPG key ID: 74B18A3F0F1E99C0

16
docker-compose.yaml Normal file
View file

@ -0,0 +1,16 @@
services:
karl:
image: hattori.ztsh.eu/iac/karl:dev-17
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
networks:
web:
external: true