Fix: rabbitmq and redis image names were not correctly set in docker compose windows file
Redis and rabbitmq images now are not created when executing built. We force to pull them from docker hub.
This commit is contained in:
parent
76a94761dd
commit
1a5b6e22e4
@ -58,18 +58,18 @@ services:
|
||||
image: microsoft/mssql-server-windows
|
||||
|
||||
basket.data:
|
||||
image: redis-win
|
||||
build:
|
||||
context: ./_docker/redis
|
||||
dockerfile: Dockerfile.nanowin
|
||||
image: eshop/redis-win
|
||||
# build:
|
||||
# context: ./_docker/redis
|
||||
# dockerfile: Dockerfile.nanowin
|
||||
ports:
|
||||
- "6379:6379"
|
||||
|
||||
rabbitmq:
|
||||
image: rabbitmq-win
|
||||
build:
|
||||
context: ./_docker/rabbitmq
|
||||
dockerfile: Dockerfile.nanowin
|
||||
image: eshop/rabbitmq-win
|
||||
# build:
|
||||
# context: ./_docker/rabbitmq
|
||||
# dockerfile: Dockerfile.nanowin
|
||||
ports:
|
||||
- "5672:5672"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user