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 473db55 commit d06df16Copy full SHA for d06df16
docker-compose.yml
@@ -8,7 +8,7 @@ services:
8
build:
9
context: .
10
target: api
11
- image: exceptionless/api-ci:latest
+ image: exceptionless/api:latest
12
restart: on-failure
13
environment:
14
EX_AppMode: Production
@@ -33,7 +33,7 @@ services:
33
34
35
target: job
36
- image: exceptionless/job-ci:latest
+ image: exceptionless/job:latest
37
38
39
@@ -50,7 +50,7 @@ services:
50
- appdata:/app/storage
51
52
ui:
53
- image: exceptionless/ui-ci:latest
+ image: exceptionless/ui:latest
54
55
AppMode: Development
56
EX_ApiUrl: http://ex-api.localtest.me:5000
0 commit comments