Skip to content

Commit

Permalink
dockerfiles: gitignore .env and remove deprecated 'version' property
Browse files Browse the repository at this point in the history
  • Loading branch information
altergui authored and p4u committed May 8, 2024
1 parent faf1350 commit a29dcbc
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ gocoverage*
env.local
run
env
.env

# VSCode
.vscode
Expand Down
3 changes: 0 additions & 3 deletions db/mongodb/docker-compose-mongo.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
version: '3.1'

services:

mongo:
image: 'bitnami/mongodb:latest'
restart: ${RESTART:-no}
Expand Down
2 changes: 0 additions & 2 deletions dockerfiles/testsuite/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.7"

services:
seed:
image: "ghcr.io/vocdoni/vocdoni-node:${TESTSUITE_BUILD_TAG:-latest}"
Expand Down
1 change: 0 additions & 1 deletion dockerfiles/vocdoninode/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.4"
services:
vocdoninode:
build:
Expand Down
2 changes: 0 additions & 2 deletions dockerfiles/vocone/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.4"

services:
gateway:
build:
Expand Down

0 comments on commit a29dcbc

Please sign in to comment.