feat: deploy via SSH with port 8080, idempotent migrations
All checks were successful
Test & Deploy API / test (push) Successful in 1m39s
Test & Deploy API / deploy (push) Successful in 16s

This commit is contained in:
2026-03-03 22:10:03 +01:00
parent e3c7547c75
commit 06de7c7ab0
3 changed files with 53 additions and 66 deletions

View File

@@ -2,9 +2,10 @@ services:
app:
build: .
ports:
- "8000:8000"
- "8080:8000"
env_file:
- .env
- path: .env
required: false
environment:
DATABASE_URL: postgresql+asyncpg://postgres:postgres@db:5432/adiuva
depends_on: