Skip to content

Commit

Permalink
Releasing 1.7 (Again) [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
mwinteringham committed Jun 30, 2024
1 parent 9deddac commit 9abaf96
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
version: '3.7'
services:
rbp-booking:
image: mwinteringham/restfulbookerplatform_booking:1.7.d39bce2
image: mwinteringham/restfulbookerplatform_booking:1.7.9deddac
ports:
- "3000:3000"
restart: always
rbp-room:
image: mwinteringham/restfulbookerplatform_room:1.7.d39bce2
image: mwinteringham/restfulbookerplatform_room:1.7.9deddac
ports:
- "3001:3001"
restart: always
rbp-branding:
image: mwinteringham/restfulbookerplatform_branding:1.7.d39bce2
image: mwinteringham/restfulbookerplatform_branding:1.7.9deddac
ports:
- "3002:3002"
restart: always
rbp-assets:
image: mwinteringham/restfulbookerplatform_assets:1.7.d39bce2
image: mwinteringham/restfulbookerplatform_assets:1.7.9deddac
ports:
- "3003:3003"
restart: always
rbp-auth:
image: mwinteringham/restfulbookerplatform_auth:1.7.d39bce2
image: mwinteringham/restfulbookerplatform_auth:1.7.9deddac
ports:
- "3004:3004"
restart: always
rbp-report:
image: mwinteringham/restfulbookerplatform_report:1.7.d39bce2
image: mwinteringham/restfulbookerplatform_report:1.7.9deddac
ports:
- "3005:3005"
restart: always
rbp-message:
image: mwinteringham/restfulbookerplatform_message:1.7.d39bce2
image: mwinteringham/restfulbookerplatform_message:1.7.9deddac
ports:
- "3006:3006"
restart: always
Expand Down

0 comments on commit 9abaf96

Please sign in to comment.