Skip to content

Commit

Permalink
add demoapp backend and mysql images to install command
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gilber committed Nov 4, 2023
1 parent 1f8a634 commit 81a7a1f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,9 @@ template: |
## Install from the command line
```sh
DEMOAPP_FRONTEND_IMAGE="ghcr.io/$OWNER/$REPOSITORY:v$RESOLVED_VERSION" docker compose --project-directory deploy/docker-compose up
DEMOAPP_FRONTEND_IMAGE="ghcr.io/$OWNER/$REPOSITORY:v$RESOLVED_VERSION" \
DEMOAPP_BACKEND_IMAGE="ghcr.io/paul-gilber/demoapp-backend:latest" \
MYSQL_IMAGE="mysql:8.0" \
docker compose --project-directory deploy/docker-compose up
# Application URL: http://localhost:8080/
```

0 comments on commit 81a7a1f

Please sign in to comment.