dev #11

Merged
k1nq merged 76 commits from dev into master 2025-11-30 04:48:35 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 4c0b162112 - Show all commits

View File

@ -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