SNRK-100: Add docker-compose

This commit is contained in:
Kirill Grachev 2023-05-19 19:13:44 +03:00
parent cc12584a8d
commit 46658ef690

13
docker-compose.yml Normal file
View File

@ -0,0 +1,13 @@
version: '3'
services:
snark:
build: .
ports:
- "8081:8080"
expose:
- 8081
volumes:
- storage:/app/rundata
volumes:
storage: