From 036d41b9f469e2ee5a111f4c77370d508e0c1df6 Mon Sep 17 00:00:00 2001 From: hlohaus <983577+hlohaus@users.noreply.github.com> Date: Sat, 25 Jan 2025 09:10:18 +0100 Subject: Update base image of main docker image --- docker-compose-slim.yml | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) (limited to 'docker-compose-slim.yml') diff --git a/docker-compose-slim.yml b/docker-compose-slim.yml index f56948de..7a02810f 100644 --- a/docker-compose-slim.yml +++ b/docker-compose-slim.yml @@ -1,25 +1,14 @@ version: '3' services: - g4f-gui: - container_name: g4f-gui + g4f-slim: + container_name: g4f-slim image: hlohaus789/g4f:latest-slim build: context: . dockerfile: docker/Dockerfile-slim - command: python -m g4f.cli gui -debug + command: python -m g4f --debug --port 8080 volumes: - .:/app ports: - - '8080:8080' - g4f-api: - container_name: g4f-api - image: hlohaus789/g4f:latest-slim - build: - context: . - dockerfile: docker/Dockerfile-slim - command: python -m g4f.cli api - volumes: - - .:/app - ports: - - '1337:1337' \ No newline at end of file + - '8080:8080' \ No newline at end of file -- cgit v1.2.3