Skip to content
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.

Commit

Permalink
fixup! updated Docker configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmannmartin committed Dec 12, 2018
1 parent 94500f0 commit b192f6a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docker/conf/docker-compose-mac.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ services:
- discovery.type=single-node

microservice-product-search:
image: shopsys/microservice-product-search:latest
image: shopsys/microservice-product-search:v7.0.0-beta4
container_name: shopsys-framework-microservice-product-search

microservice-product-search-export:
image: shopsys/microservice-product-search-export:latest
image: shopsys/microservice-product-search-export:beta4
container_name: shopsys-framework-microservice-product-search-export

volumes:
Expand Down
4 changes: 2 additions & 2 deletions docker/conf/docker-compose-win.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ services:
- discovery.type=single-node

microservice-product-search:
image: shopsys/microservice-product-search:latest
image: shopsys/microservice-product-search:v7.0.0-beta4
container_name: shopsys-framework-microservice-product-search

microservice-product-search-export:
image: shopsys/microservice-product-search-export:latest
image: shopsys/microservice-product-search-export:v7.0.0-beta4
container_name: shopsys-framework-microservice-product-search-export

volumes:
Expand Down
4 changes: 2 additions & 2 deletions docker/conf/docker-compose.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ services:
- discovery.type=single-node

microservice-product-search:
image: shopsys/microservice-product-search:latest
image: shopsys/microservice-product-search:v7.0.0-beta4
container_name: shopsys-framework-microservice-product-search

microservice-product-search-export:
image: shopsys/microservice-product-search-export:latest
image: shopsys/microservice-product-search-export:v7.0.0-beta4
container_name: shopsys-framework-microservice-product-search-export

volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker/conf/docker-sync.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ syncs:
shopsys-framework-sync:
sync_userid: 501
src: './'
sync_excludes: sync_excludes: [
sync_excludes: [
'docker/',
'.git',
'.idea',
Expand Down

0 comments on commit b192f6a

Please sign in to comment.