11 lines
324 B
YAML
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 |