Fix mock tests
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
auction-monitor:
|
||||
sophena:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
container_name: troostwijk-auction-monitor
|
||||
dockerfile: .
|
||||
container_name: sophena
|
||||
ports:
|
||||
- "8081:8081"
|
||||
volumes:
|
||||
@@ -39,6 +36,7 @@ services:
|
||||
- AUCTION_WORKFLOW_IMAGE_PROCESSING_CRON=0 0 * * * ?
|
||||
- AUCTION_WORKFLOW_BID_MONITORING_CRON=0 */15 * * * ?
|
||||
- AUCTION_WORKFLOW_CLOSING_ALERTS_CRON=0 */5 * * * ?
|
||||
- JAVA_TOOL_OPTIONS=-Dio.netty.tryReflectionSetAccessible=true --enable-native-access=ALL-UNNAMED --sun-misc-unsafe-memory-access=allow
|
||||
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:8081/health/live"]
|
||||
@@ -52,6 +50,7 @@ services:
|
||||
networks:
|
||||
- auction-network
|
||||
|
||||
|
||||
networks:
|
||||
auction-network:
|
||||
driver: bridge
|
||||
|
||||
Reference in New Issue
Block a user