chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
memgraph:
|
||||
image: memgraph/memgraph:latest
|
||||
ports:
|
||||
- "${MEMGRAPH_BOLT_PORT:-7687}:7687"
|
||||
volumes:
|
||||
- memgraph_data:/var/lib/memgraph
|
||||
healthcheck:
|
||||
test:
|
||||
- CMD-SHELL
|
||||
- 'PORT_HEX="$(printf ''%04X'' 7687)"; cat /proc/net/tcp /proc/net/tcp6 2>/dev/null | grep -q ":$${PORT_HEX} "'
|
||||
interval: 5s
|
||||
timeout: 3s
|
||||
retries: 20
|
||||
start_period: 10s
|
||||
stop_grace_period: 30s
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user