This commit is contained in:
2026-06-05 15:39:58 +02:00
commit 96a527c2a5
22 changed files with 4206 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
version: "3.8"
services:
kota-bin-server:
build:
context: .
dockerfile: Dockerfile
restart: always
ports:
- "127.0.0.1:3002:3000"
env_file:
- .env
volumes:
- ./data:/usr/src/app/data