n8n update
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
# Use the latest Fedora as the base image
|
||||
FROM fedora:latest
|
||||
|
||||
# Set labels for metadata
|
||||
LABEL maintainer="Wpanda"
|
||||
LABEL description="Custom Fedora image with gemini-cli pre-installed."
|
||||
|
||||
# Install npm, clean up dnf cache, and create a directory for the app
|
||||
RUN dnf install -y npm && \
|
||||
dnf clean all
|
||||
|
||||
# Install @google/gemini-cli globally using npm
|
||||
RUN npm install -g @google/gemini-cli
|
||||
@@ -33,12 +33,6 @@ services:
|
||||
volumes:
|
||||
- ${POSTGRES_DB_DATA_PATH}:/var/lib/postgresql/data
|
||||
|
||||
panda-gemini:
|
||||
build: .
|
||||
container_name: panda-gemini
|
||||
restart: unless-stopped
|
||||
command: tail -f /dev/null
|
||||
|
||||
volumes:
|
||||
n8n_data:
|
||||
|
||||
Reference in New Issue
Block a user