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
c4da4ce935
commit
f2f2f2fbfa
@ -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