fix: remove unnecessary protocol from image URL in docker-compose configuration
This commit is contained in:
parent
4c0b162112
commit
9083d9d23c
|
|
@ -1,8 +1,6 @@
|
|||
version: '3.9'
|
||||
|
||||
services:
|
||||
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
|
||||
env_file:
|
||||
- .env
|
||||
|
|
|
|||
Loading…
Reference in New Issue