Files
sophena/docker-compose.yml
2025-12-04 11:35:53 +01:00

11 lines
324 B
YAML

# 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