diff --git a/docker-compose-ci.yml b/docker-compose-ci.yml index cfaa6ca..00c235d 100644 --- a/docker-compose-ci.yml +++ b/docker-compose-ci.yml @@ -2,7 +2,7 @@ version: '3.9' services: app: - image: https://${{ GIT_HOST }}/${{ GIT_USER }}/${{ GIT_REPO }}:app + image: https://${GIT_HOST}/${GIT_USER}/${GIT_REPO}:app command: uvicorn app.main:app --host 0.0.0.0 --port 8000 env_file: - .env