pythonasyncioapiasyncfastapiframeworkjsonjson-schemaopenapiopenapi3pydanticpython-typespython3redocreststarletteswaggerswagger-uiuvicornweb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
206 B
15 lines
206 B
version: '3.3'
|
|
services:
|
|
pgadmin:
|
|
ports:
|
|
- '5050:5050'
|
|
proxy:
|
|
ports:
|
|
- '80:80'
|
|
- '8090:8080'
|
|
flower:
|
|
ports:
|
|
- '5555:5555'
|
|
backend:
|
|
ports:
|
|
- '8888:8888'
|
|
|