Skip to content

Commit

Permalink
Bumping docker-compose build versions [ci skip]
Browse files Browse the repository at this point in the history
Preparing RBP for 1.2 release
  • Loading branch information
mwinteringham committed Sep 22, 2020
1 parent c2be65b commit eb93dab
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.1.046daa8
image: mwinteringham/restfulbookerplatform_booking:1.2.c2be65b
ports:
- "3000:3000"
restart: always
rbp-room:
image: mwinteringham/restfulbookerplatform_room:1.1.046daa8
image: mwinteringham/restfulbookerplatform_room:1.2.c2be65b
ports:
- "3001:3001"
restart: always
rbp-branding:
image: mwinteringham/restfulbookerplatform_branding:1.1.046daa8
image: mwinteringham/restfulbookerplatform_branding:1.2.c2be65b
ports:
- "3002:3002"
restart: always
rbp-assets:
image: mwinteringham/restfulbookerplatform_assets:1.1.73f32f8
image: mwinteringham/restfulbookerplatform_assets:1.2.c2be65b
ports:
- "3003:3003"
restart: always
rbp-auth:
image: mwinteringham/restfulbookerplatform_auth:1.1.046daa8
image: mwinteringham/restfulbookerplatform_auth:1.2.c2be65b
ports:
- "3004:3004"
restart: always
rbp-report:
image: mwinteringham/restfulbookerplatform_report:1.1.046daa8
image: mwinteringham/restfulbookerplatform_report:1.2.c2be65b
ports:
- "3005:3005"
restart: always
rbp-message:
image: mwinteringham/restfulbookerplatform_message:1.1.046daa8
image: mwinteringham/restfulbookerplatform_message:1.2.c2be65b
ports:
- "3006:3006"
restart: always
Expand Down

0 comments on commit eb93dab

Please sign in to comment.