@@ -24,6 +24,7 @@ services:
depends_on:
postgres:
condition: service_healthy
+ entrypoint: ["/usr/bin/entrypoint.sh", "--gateway-mode", "disabled"]
environment:
GPUSTACK_DATABASE_URL: postgresql://gpustack:${POSTGRES_PASSWORD:-gpustack}@postgres:5432/gpustack
volumes: