Skip to content

Commit d06df16

Browse files
committed
Updated docker-compose to not use the ci images.
1 parent 473db55 commit d06df16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
build:
99
context: .
1010
target: api
11-
image: exceptionless/api-ci:latest
11+
image: exceptionless/api:latest
1212
restart: on-failure
1313
environment:
1414
EX_AppMode: Production
@@ -33,7 +33,7 @@ services:
3333
build:
3434
context: .
3535
target: job
36-
image: exceptionless/job-ci:latest
36+
image: exceptionless/job:latest
3737
restart: on-failure
3838
environment:
3939
EX_AppMode: Production
@@ -50,7 +50,7 @@ services:
5050
- appdata:/app/storage
5151

5252
ui:
53-
image: exceptionless/ui-ci:latest
53+
image: exceptionless/ui:latest
5454
environment:
5555
AppMode: Development
5656
EX_ApiUrl: http://ex-api.localtest.me:5000

0 commit comments

Comments
 (0)