Make docker work (#653)
This commit is contained in:
@@ -6,9 +6,20 @@ services:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: src/Web/Dockerfile
|
||||
depends_on:
|
||||
- "sqlserver"
|
||||
eshoppublicapi:
|
||||
image: ${DOCKER_REGISTRY-}eshoppublicapi
|
||||
build:
|
||||
context: .
|
||||
dockerfile: src/PublicApi/Dockerfile
|
||||
depends_on:
|
||||
- "sqlserver"
|
||||
sqlserver:
|
||||
image: mcr.microsoft.com/azure-sql-edge
|
||||
ports:
|
||||
- "1433:1433"
|
||||
environment:
|
||||
- SA_PASSWORD=@someThingComplicated1234
|
||||
- ACCEPT_EULA=Y
|
||||
|
||||
|
||||
Reference in New Issue
Block a user