We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60f6b82 commit 8747fb7Copy full SHA for 8747fb7
docker-compose.yml
@@ -18,7 +18,7 @@ services:
18
- anomaly-detection-broker:/var/lib/rabbitmq
19
20
backend_api: &api
21
- image: ghcr.io/mosquito-alert/anomaly_detection-api:0.1.0
+ image: ghcr.io/mosquito-alert/anomaly_detection-api:0.1.1
22
container_name: anomaly-detection-api
23
hostname: api
24
ports:
@@ -59,7 +59,7 @@ services:
59
disable: true
60
61
frontend:
62
- image: ghcr.io/mosquito-alert/anomaly_detection-frontend:0.1.0
+ image: ghcr.io/mosquito-alert/anomaly_detection-frontend:0.1.1
63
container_name: anomaly-detection-frontend
64
hostname: frontend
65
0 commit comments