1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-02 03:37:40 +02:00

update memgraph

This commit is contained in:
kev 2024-12-23 13:24:07 +08:00
parent c4fd1ec713
commit a5b87d2324
3 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@
FROM alpine:3
MAINTAINER EasyPi Software Foundation
ARG FRP_VERSION=0.46.0
ARG FRP_VERSION=0.61.0
ARG FRP_ARCH=amd64
ARG FRP_FILE=frp_${FRP_VERSION}_linux_${FRP_ARCH}.tar.gz
ARG FRP_URL=https://github.com/fatedier/frp/releases/download/v${FRP_VERSION}/${FRP_FILE}
@ -19,4 +19,4 @@ RUN set -xe \
EXPOSE 7000/tcp 7000/udp 7500/tcp
CMD ["./bin/frps", "-c", "./etc/frps.ini"]
CMD ["./bin/frps", "-c", "./etc/frps.toml"]

View File

@ -7,7 +7,7 @@ version: "3.8"
services:
memgraph:
image: memgraph/memgraph-mage:1.20.1-memgraph-2.20.1-no-ml
image: memgraph/memgraph-mage:1.22.1-memgraph-2.22.1-no-ml
ports:
- "7444:7444" # Log
- "7687:7687" # Bolt
@ -20,7 +20,7 @@ services:
restart: unless-stopped
lab:
image: memgraph/lab:2.17.0
image: memgraph/lab:2.19.1
ports:
- "3000:3000" # Web
environment:

View File

@ -8,7 +8,7 @@ version: "3.8"
services:
ollama:
image: ollama/ollama:0.3.4
image: ollama/ollama:v0.5.1
ports:
- "11434:11434"
volumes: