Skip to content

Commit 0f31fe4

Browse files
committed
For testing set compose to use latest
1 parent 2ef4395 commit 0f31fe4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
- POSTGRES_PASSWORD=kanban
1515

1616
kanban-app:
17-
image: moreytech/kanban-board-k8s-demo:app-0.1.0
17+
image: moreytech/kanban-board-k8s-demo:latest
1818
build: ./kanban-app
1919
container_name: kanban-app
2020
environment:
@@ -28,7 +28,7 @@ services:
2828
- kanban-postgres
2929

3030
kanban-ui:
31-
image: moreytech/kanban-board-k8s-demo:ui-0.1.0
31+
image: moreytech/kanban-board-k8s-demo:latest
3232
build: ./kanban-ui
3333
container_name: kanban-ui
3434
ports:

0 commit comments

Comments
 (0)