Skip to content

Commit

Permalink
Update templates and add override file to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ogenstad committed Sep 7, 2023
1 parent 2d36e10 commit e157d47
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 18 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ script.py
.retype/*
node_modules/*
development/docker-compose.override.yml
development/docker-compose.dev-override.yml
.DS_Store
.python-version

Expand Down
2 changes: 1 addition & 1 deletion development/docker-compose-test-database-memgraph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
deploy:
mode: replicated
replicas: "${NBR_WORKERS}"
image: "memgraph/memgraph:2.10.0"
image: "memgraph/memgraph:2.10.1"
volumes:
- ./memgraph.conf:/etc/memgraph/memgraph.conf
environment:
Expand Down
17 changes: 0 additions & 17 deletions development/docker-compose.dev-override.yml

This file was deleted.

1 change: 1 addition & 0 deletions development/docker-compose.dev-override.yml.tmp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
version: "3.4"
services:
database:
# image: "memgraph/memgraph-platform:2.10.1-memgraph2.10.1-lab2.8.1"
ports:
- "7687:7687"
- "7474:3000"
Expand Down

0 comments on commit e157d47

Please sign in to comment.