Skip to content

Commit b22bae9

Browse files
authored
Merge pull request #111 from DefangLabs/lio-version
remove version:
2 parents 547bcd8 + fc27233 commit b22bae9

File tree

54 files changed

+8
-71
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+8
-71
lines changed

samples/angular-express/compose.dev.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: "3.8"
2-
31
services:
42
frontend:
53
build:

samples/angular-express/compose.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: "3.8"
21
name: angular-express
32
services:
43
angular-frontend:

samples/django-postgres/compose.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3.9'
21
services:
32
db:
43
image: postgres:14
@@ -18,7 +17,7 @@ services:
1817
start_period: 30s
1918
django-crm:
2019
build: .
21-
ports:
20+
ports:
2221
- mode: ingress
2322
target: 8000
2423
# Uncomment the following line if you want to run it locally
@@ -34,4 +33,3 @@ services:
3433
depends_on:
3534
- db
3635
# command: python manage.py runserver 0.0.0.0:8000
37-

samples/django/compose.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3.9'
21
name: defang-django
32
services:
43
django:

samples/elysia/compose.dev.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3'
21
name: elysia
32
services:
43
elysia:

samples/elysia/compose.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3'
21
name: elysia
32
services:
43
elysia:

samples/fastapi-postgres/compose.dev.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3.9'
21
name: fastapi-postgres
32

43
services:
@@ -25,4 +24,3 @@ services:
2524
- POSTGRES_PASSWORD=postgres
2625
- POSTGRES_DB=postgres
2726

28-

samples/fastapi-postgres/compose.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3.9'
21
name: fastapi-postgres
32
services:
43
fastapi:

samples/fastapi/compose.dev.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3.9'
21
name: fastapi
32
services:
43
fastapi:

samples/fastapi/compose.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3.9'
21
name: fastapi
32
services:
43
fastapi:

0 commit comments

Comments
 (0)