This commit is contained in:
2022-05-27 11:21:49 +03:00
commit ca80875372
14 changed files with 438 additions and 0 deletions

14
docker-compose.yml Normal file
View File

@@ -0,0 +1,14 @@
version: '2'
services:
labeler:
build:
context: code
ports:
- "${EXPOSE}:8080"
volumes:
- "${DATAFOLDER}:/data/"
environment:
- UID=${UID}
restart: unless-stopped