Init
This commit is contained in:
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user