Update API Docs

This commit is contained in:
Exil Productions
2025-12-10 04:46:21 +01:00
parent 1ec84530dc
commit 6f870887d5
2 changed files with 125 additions and 19 deletions

View File

@@ -12,9 +12,13 @@ services:
build:
context: .
target: final
ports:
- 443:443
- 8080:8080
labels:
- "traefik.enable=true"
- "traefik.http.routers.purrlobby.rule=Host(`purrlobby.exil.dev`)"
- "traefik.http.routers.purrlobby.entrypoints=websecure"
- "traefik.http.routers.purrlobby.tls.certresolver=letsencrypt"
- "traefik.http.services.purrlobby.loadbalancer.server.port=8080" # internal port your app listens on
# The commented out section below is an example of how to define a PostgreSQL
# database that your application can use. `depends_on` tells Docker Compose to