Add docker

This commit is contained in:
Gal 2024-01-03 01:06:35 +07:00
parent 1c615c1b17
commit 8d07221282
Signed by: gal
GPG Key ID: F035BC65003BC00B
1 changed files with 1 additions and 0 deletions

View File

@ -9,3 +9,4 @@ services:
- "${HOST}:4005:3000" - "${HOST}:4005:3000"
volumes: volumes:
- ${PWD}/data:/app/data - ${PWD}/data:/app/data
- /var/run/docker.sock:/var/run/docker.sock:ro