Skip to content

Commit

Permalink
refactor: rm version from docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
luizchaves committed Sep 11, 2024
1 parent af2d0ce commit eee037f
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions public/codes/database/mongo-server/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.1'

services:

mongo:
Expand Down
2 changes: 0 additions & 2 deletions public/codes/database/mysql-server/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.1'

services:

mysql:
Expand Down
2 changes: 0 additions & 2 deletions public/codes/database/postgres-server/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.1'

services:

postgres:
Expand Down
2 changes: 0 additions & 2 deletions public/codes/database/sqlite/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.1"

services:
sqlite:
build: .
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.4'

services:
investapp:
image: investapp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.4'

services:
investapp:
image: investapp
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.1"

services:
node-web:
build: .
Expand Down

0 comments on commit eee037f

Please sign in to comment.