Skip to main content

All Questions

Tagged with
0 votes
0 answers
21 views

Issues with environment variables during deployment

I'm trying to deploy a FastAPI application on Render and I'm encountering an issue. When I attempt to deploy the application, I receive the following errors: ==> Exited with status 1 ==> Common ...
123 123's user avatar
  • 11
1 vote
0 answers
19 views

How to capture environment variable passed during run time from Docker in Angular project

In my Docker desktop I want to find some way to capture environment variable passed at run time like in this screenshot: docker-desktop I want to pass multiple variables needed in the project, I can't ...
libyaghoul's user avatar
0 votes
1 answer
61 views

My dockerfile for deploying my angular app doesnt start the app using a web server either nodeJs or nginx

i have finished my work on an angular project and i need to deploy it using docker , i followed the instructions and made sure that the dockerfile is correct using multiple sources . i tried to use ...
Soye Gh's user avatar
0 votes
0 answers
57 views

SSLHandshakeException: Spring boot with Azure IDP in Docker

I have integrated Azure Idp with spring boot for single sign on, it works well in local or windows deployment as service, but throws SSL exception when deployed in docker, below is the application yml ...
Nishu's user avatar
  • 105
0 votes
1 answer
86 views

Coolify Django Deployment

I'm using Coolify and I want to deploy a Django application. I created an entrypoint.sh #!/bin/sh set -e echo "Running migrations..." python manage.py migrate echo "Collecting static ...
omkobass's user avatar
  • 286
0 votes
1 answer
23 views

problem with envrionment variables when creating docker image in ec2 nestjs

In my local environment i made a .env file and used .env file to store my environment variables for oauth2 login and when i built a docker image with it i used docker-compose.yaml file for env ...
김민겸's user avatar
0 votes
0 answers
24 views

Trouble deploying docker containers with postgresql database, deployment on to AWS ECS stucks on provisioning

I have a simple architecture, where these 3 services have been dockerized: a client (react), a server (nodejs), postgresql database (using docker image). I have a docker compose file that builds the ...
Iamnewtoprogramming's user avatar
0 votes
1 answer
49 views

Flask Postgres Kubernetes No such file

I have a Flask + Postgres application, containerized with docker-compose. services: database: image: postgres:latest container_name: hse-database volumes: - postgres_data:/var/lib/...
Imran Said's user avatar
0 votes
0 answers
16 views

LibreTranslate deployment to Heroku using docker : Error R10 (Boot timeout)

I'm trying to deploy LibreTranslate, a Python Flask application using Docker on Heroku, but I keep running into a boot timeout error. The application works perfectly when I run it locally using Docker,...
Bassel's user avatar
  • 11
0 votes
0 answers
35 views

net::ERR_NAME_NOT_RESOLVED (By docker)

this error occured. Environment : docker-compose, vue, spring, mysql, redis docker works on oracle cloud server. because i deployed. docker-compose.yml version: '3.8' services: app-mysql: image: ...
Jin's user avatar
  • 1
0 votes
1 answer
55 views

My URL requests are timing out for a locally deployed app

I'm trying out deploying a new ML code for a course I'm doing. I'm deploying the model via flask/gunicorn through a docker to test locally. The docker run (docker run -it --platform linux/amd64 --rm ...
Marcus Leiwe's user avatar
0 votes
0 answers
30 views

Why docker network hosts can't be reached?

in my projects I have some backend services and 1 frontend service. I created dockerfiles, built images, created docker network and I set up containers using docker-compose. here is my compose config:...
Sam Fisher's user avatar
0 votes
1 answer
154 views

how I can increase request per second in laravel octane?

I Dockerized a Laravel application that uses MySQL and Redis (MySQL runs on my host and Redis in a container). When I use Locust for load testing, after the requests per second (RPS) reach 140, any ...
Mohammad Yazdani's user avatar
0 votes
0 answers
28 views

How to deploy quantized LLM on replicate.com, with GPU support? Local device has no GPU support

I am trying to deploy a quantized form of open source LLM, on https://replicate.com. The LLM is available at: https://huggingface.co/TheBloke/dolphin-2.6-mistral-7B-GGUF/blob/main/dolphin-2.6-mistral-...
Muhammad Omar Farooq's user avatar
1 vote
0 answers
16 views

Can i customize OCI Images?

I am using spring bootBuildImage tool for creating docker image and publishing it to the ECR(AWS registry). But now i want to customise my docker image. Maybe add my custom containerFile or something ...
Mich Buch's user avatar

15 30 50 per page
1
2 3 4 5
51