We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b8601b commit 018c7cbCopy full SHA for 018c7cb
README.md
@@ -83,6 +83,8 @@ Response: 200 OK
83
```bash
84
./gradlew build jpackage
85
docker compose --profile local build
86
+# Or
87
+REGISTRY="k3d.localhost:5000/" docker compose --profile local build
88
```
89
90
### Deploy
docker-compose.yaml
@@ -15,7 +15,7 @@ services:
15
todo:
16
profiles: [ local ]
17
depends_on: [ mongodb ]
18
- image: ${REGISTRY:-}todo
+ image: ${REGISTRY:-}todo:${VERSION:-latest}
19
build:
20
dockerfile: Dockerfile
21
environment:
0 commit comments