This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Updated all docker-compose files version from 2.1 to 3
pull/367/head
Cesar De la Torre
7 years ago
parent
f4ea3cdfa3
commit
cc4325cee5
9 changed files
with
9 additions
and
9 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
docker-compose-external.yml
+1
-1
docker-compose-windows.prod.yml
+1
-1
docker-compose-windows.yml
+1
-1
docker-compose.ci.build.yml
+1
-1
docker-compose.nobuild.yml
+1
-1
docker-compose.override.windows.yml
+1
-1
docker-compose.override.yml
+1
-1
docker-compose.prod.yml
+1
-1
docker-compose.yml
+ 1
- 1
docker-compose-external.yml
View File
@ -1,4 +1,4 @@
version
:
'
2.1
'
version
:
'
3
'
services:
sql.data:
+ 1
- 1
docker-compose-windows.prod.yml
View File
@ -1,4 +1,4 @@
version
:
'
2.1
'
version
:
'
3
'
# The Production docker-compose file has to have the external/real IPs or DNS names for the services
# The ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP environment variable is taken, by default, from the ".env" file defined like:
+ 1
- 1
docker-compose-windows.yml
View File
@ -1,4 +1,4 @@
version
:
'
2.1
'
version
:
'
3
'
services:
basket.api:
+ 1
- 1
docker-compose.ci.build.yml
View File
@ -1,4 +1,4 @@
version
:
'
2.1
'
version
:
'
3
'
services:
ci-build:
+ 1
- 1
docker-compose.nobuild.yml
View File
@ -1,4 +1,4 @@
version
:
'
2.1
'
version
:
'
3
'
services:
basket.api:
+ 1
- 1
docker-compose.override.windows.yml
View File
@ -1,4 +1,4 @@
version
:
'
2.1
'
version
:
'
3
'
# ONLY NEEDED WHEN RUNNING WINDOWS CONTAINERS
#
+ 1
- 1
docker-compose.override.yml
View File
@ -1,4 +1,4 @@
version
:
'
2.1
'
version
:
'
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 ESHOP_EXTERNAL_DNS_NAME_OR_IP environment variable is taken, by default, from the ".env" file defined like:
+ 1
- 1
docker-compose.prod.yml
View File
@ -1,4 +1,4 @@
version
:
'
2.1
'
version
:
'
3
'
# The Production docker-compose file has to have the external/real IPs or DNS names for the services
# The ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP environment variable is taken, by default, from the ".env" file defined like:
+ 1
- 1
docker-compose.yml
View File
@ -1,4 +1,4 @@
version
:
'
2.1
'
version
:
'
3
'
services:
Write
Preview
Loading…
Cancel
Save