|
@ -1,4 +1,4 @@ |
|
|
version: '3.4' |
|
|
|
|
|
|
|
|
version: '3.3' |
|
|
|
|
|
|
|
|
# The default docker-compose.override file can use the "localhost" as the external name for testing web apps within the same dev machine. |
|
|
# The default docker-compose.override file can use the "localhost" as the external name for testing web apps within the same dev machine. |
|
|
# The ESHOP_EXTERNAL_DNS_NAME_OR_IP environment variable is taken, by default, from the ".env" file defined like: |
|
|
# The ESHOP_EXTERNAL_DNS_NAME_OR_IP environment variable is taken, by default, from the ".env" file defined like: |
|
@ -203,7 +203,7 @@ services: |
|
|
|
|
|
|
|
|
sql.data: |
|
|
sql.data: |
|
|
environment: |
|
|
environment: |
|
|
- sa_password=Pass@word |
|
|
|
|
|
|
|
|
- SA_PASSWORD=Pass@word |
|
|
- ACCEPT_EULA=Y |
|
|
- ACCEPT_EULA=Y |
|
|
ports: |
|
|
ports: |
|
|
- "5433:1433" |
|
|
- "5433:1433" |
|
|