Skip to content

Commit

Permalink
Merge pull request #22 from B3Partners/define_PMW_API_VERSION
Browse files Browse the repository at this point in the history
Allow setting PMW api version for compose deployment
  • Loading branch information
mprins authored Jan 14, 2025
2 parents 8779fa9 + 3292a0f commit cc27403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:

pmw-api:
container_name: ${COMPOSE_PROJECT_NAME}-pmw-api
image: ghcr.io/b3partners/planmonitor-wonen-api:snapshot
image: ghcr.io/b3partners/planmonitor-wonen-api:${PMW_API_VERSION:-snapshot}
restart: unless-stopped
depends_on:
pmw-db:
Expand Down

0 comments on commit cc27403

Please sign in to comment.