Update API Docs
This commit is contained in:
10
compose.yaml
10
compose.yaml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user