This commit is contained in:
Tour
2025-12-04 11:35:53 +01:00
commit d306a65c11
23 changed files with 1896 additions and 0 deletions

11
docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
# docker-compose.yml
services:
sophena:
build: .
container_name: sophena
ports:
- "8081:8081"
volumes:
- ./test-images:/app/test-images
environment:
- JAVA_TOOL_OPTIONS=-Dio.netty.tryReflectionSetAccessible=true --enable-native-access=ALL-UNNAMED --sun-misc-unsafe-memory-access=allow