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 2ef4395 commit 0f31fe4Copy full SHA for 0f31fe4
docker-compose.yml
@@ -14,7 +14,7 @@ services:
14
- POSTGRES_PASSWORD=kanban
15
16
kanban-app:
17
- image: moreytech/kanban-board-k8s-demo:app-0.1.0
+ image: moreytech/kanban-board-k8s-demo:latest
18
build: ./kanban-app
19
container_name: kanban-app
20
environment:
@@ -28,7 +28,7 @@ services:
28
- kanban-postgres
29
30
kanban-ui:
31
- image: moreytech/kanban-board-k8s-demo:ui-0.1.0
32
build: ./kanban-ui
33
container_name: kanban-ui
34
ports:
0 commit comments