Skip to content

Commit

Permalink
release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gangb-tech committed Feb 17, 2023
1 parent 59c84c0 commit fff7c23
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
version: "2.3"
services:
backendAPI:
image: featureprobe/api
image: featureprobe/api:2.0.1
ports:
- "4008:4008"
environment:
Expand All @@ -33,7 +33,7 @@ services:
retries: 10

serverAPI:
image: featureprobe/server
image: featureprobe/server:2.0.1
ports:
- "4007:4007"
- "4011:4011"
Expand All @@ -56,7 +56,7 @@ services:
condition: service_started

ui:
image: featureprobe/ui
image: featureprobe/ui:2.0.1
ports:
- "4009:4009"
environment:
Expand All @@ -72,7 +72,7 @@ services:
- database

analysisAPI:
image: featureprobe/analysis
image: featureprobe/analysis:2.0.1
ports:
- "4006:4006"
environment:
Expand Down

0 comments on commit fff7c23

Please sign in to comment.