update docker-compose files for m1 chip compatibility

This commit is contained in:
caner.izci 2023-06-17 00:18:59 +03:00
parent 06d5164532
commit 0b77c37210
5 changed files with 7 additions and 7 deletions

View File

@ -9,8 +9,8 @@ ESHOP_EXTERNAL_DNS_NAME_OR_IP=host.docker.internal
ESHOP_STORAGE_CATALOG_URL=http://host.docker.internal:5121/c/api/v1/catalog/items/[0]/pic/ ESHOP_STORAGE_CATALOG_URL=http://host.docker.internal:5121/c/api/v1/catalog/items/[0]/pic/
# Use this values to run the app locally in Mac # Use this values to run the app locally in Mac
# ESHOP_EXTERNAL_DNS_NAME_OR_IP=docker.for.mac.localhost ESHOP_EXTERNAL_DNS_NAME_OR_IP=docker.for.mac.localhost
# ESHOP_STORAGE_CATALOG_URL=http://docker.for.mac.localhost:5121/c/api/v1/catalog/items/[0]/pic/ ESHOP_STORAGE_CATALOG_URL=http://docker.for.mac.localhost:5121/c/api/v1/catalog/items/[0]/pic/
# Use this values to run the app locally in Linux # Use this values to run the app locally in Linux
# ESHOP_EXTERNAL_DNS_NAME_OR_IP=docker.for.linux.localhost # ESHOP_EXTERNAL_DNS_NAME_OR_IP=docker.for.linux.localhost

View File

@ -2,7 +2,7 @@ version: '3.4'
services: services:
sql-data-test: sql-data-test:
image: mcr.microsoft.com/mssql/server:2019-latest image: mcr.microsoft.com/azure-sql-edge:latest
nosql-data-test: nosql-data-test:
image: mongo image: mongo

View File

@ -277,7 +277,7 @@ services:
- ASPNETCORE_ENVIRONMENT=Development - ASPNETCORE_ENVIRONMENT=Development
- ASPNETCORE_URLS=http://0.0.0.0:80 - ASPNETCORE_URLS=http://0.0.0.0:80
- PurchaseUrl=http://webshoppingagg - PurchaseUrl=http://webshoppingagg
- IdentityUrl=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5105 - IdentityUrl=http://docker.for.mac.localhost:5105
- SignalrHubUrl=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5121 - SignalrHubUrl=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5121
- IdentityUrlHC=http://identity-api/hc - IdentityUrlHC=http://identity-api/hc
- UseCustomizationData=True - UseCustomizationData=True
@ -291,7 +291,7 @@ services:
environment: environment:
- ASPNETCORE_URLS=http://0.0.0.0:80 - ASPNETCORE_URLS=http://0.0.0.0:80
- Token=6168DB8D-DC58-4094-AF24-483278923590 # Webhooks are registered with this token (any value is valid) but the client won't check it - Token=6168DB8D-DC58-4094-AF24-483278923590 # Webhooks are registered with this token (any value is valid) but the client won't check it
- IdentityUrl=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5105 - IdentityUrl=http://docker.for.mac.localhost:5105
- CallBackUrl=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5114 - CallBackUrl=http://${ESHOP_EXTERNAL_DNS_NAME_OR_IP}:5114
- WebhooksUrl=http://webhooks-api - WebhooksUrl=http://webhooks-api
- SelfUrl=http://webhooks-client/ - SelfUrl=http://webhooks-client/

View File

@ -6,7 +6,7 @@ version: '3.4'
services: services:
sqldata: sqldata:
image: mcr.microsoft.com/mssql/server:2019-latest image: mcr.microsoft.com/azure-sql-edge:latest
nosqldata: nosqldata:
image: mongo:windowsservercore image: mongo:windowsservercore

View File

@ -6,7 +6,7 @@ services:
image: datalust/seq:latest image: datalust/seq:latest
sqldata: sqldata:
image: mcr.microsoft.com/mssql/server:2019-latest image: mcr.microsoft.com/azure-sql-edge:latest
nosqldata: nosqldata:
image: mongo image: mongo