diff --git a/docker-compose.yml b/docker-compose.yml index e50fc446..abd4565e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -40,10 +40,10 @@ services: - minio_data:/data backend: - build: + #build: #context: . #dockerfile: server/Dockerfile - image: getmaxun/maxun-backend:latest + image: getmaxun/maxun-backend:v0.0.1 ports: - "8080:8080" env_file: .env @@ -58,6 +58,7 @@ services: - seccomp=unconfined # This might help with browser sandbox issues # Increase shared memory size for Chromium shm_size: '2gb' + mem_limit: 2g # Set a 2GB memory limit depends_on: - postgres - redis @@ -68,10 +69,10 @@ services: - /var/run/dbus:/var/run/dbus frontend: - build: + #build: #context: . #dockerfile: Dockerfile - image: getmaxun/maxun-frontend:latest + image: getmaxun/maxun-frontend:v0.0.1 ports: - "5173:5173" env_file: .env