Reload
This commit is contained in:
parent
d3e990384d
commit
501f45525b
46 changed files with 993 additions and 35 deletions
16
docker-compose.yaml
Normal file
16
docker-compose.yaml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue