API fully functional
Some checks failed
continuous-integration/drone/push Build is failing

Api docs (SWAGGER, REDOC) available
This commit is contained in:
2025-08-09 23:36:52 +09:00
parent 7ac2defcc0
commit 7ecc556c77
13 changed files with 422 additions and 412 deletions

View File

@@ -100,6 +100,18 @@ services:
ports:
- "${PAYMENTS_PORT:-8005}:8000"
command: ./docker-entrypoint.sh
docs:
build:
context: ./services/docs
container_name: marriage_docs
depends_on:
- auth
- profiles
- match
- chat
- payments
ports:
- "8090:8000"
command: uvicorn main:app --host 0.0.0.0 --port 8000 --reload
volumes:
pgdata: