chore: compose file
This commit is contained in:
parent
1ff4fd842b
commit
fc7f75d772
1 changed files with 16 additions and 0 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