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.
19 lines
468 B
19 lines
468 B
version: '3.3'
|
|
services:
|
|
proxy:
|
|
labels:
|
|
- traefik.frontend.rule=Host:${DOMAIN}
|
|
- traefik.enable=true
|
|
- traefik.port=80
|
|
backend:
|
|
labels:
|
|
- traefik.frontend.rule=PathPrefix:/api,/docs,/redoc
|
|
- traefik.enable=true
|
|
- traefik.port=80
|
|
- traefik.tags=${TRAEFIK_TAG}
|
|
frontend:
|
|
labels:
|
|
- traefik.frontend.rule=PathPrefix:/
|
|
- traefik.enable=true
|
|
- traefik.port=80
|
|
- traefik.tags=${TRAEFIK_TAG}
|
|
|