Api docs (SWAGGER, REDOC) available
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user