fix: remove unnecessary protocol from image URL in docker-compose configuration
Build and deploy / build (push) Successful in 10s
Build and deploy / deploy (push) Successful in 19s

This commit is contained in:
k1nq
2025-11-29 23:30:17 +05:00
parent 4c0b162112
commit 9083d9d23c
+1 -3
View File
@@ -1,8 +1,6 @@
version: '3.9'
services: services:
app: app:
image: https://${GIT_HOST}/${GIT_USER}/${GIT_REPO}:app image: ${GIT_HOST}/${GIT_USER}/${GIT_REPO}:app
command: uvicorn app.main:app --host 0.0.0.0 --port 8000 command: uvicorn app.main:app --host 0.0.0.0 --port 8000
env_file: env_file:
- .env - .env