Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sjmiller609 committed Dec 18, 2023
1 parent a1d661d commit 1d3fcdf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tembo-cli/tests/local-app-services/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ services:
- tembo
labels:
- "traefik.enable=true"
# The settings here depends on the app service settings
- "traefik.http.routers.instance-1-postgrest.rule=Host(`instance-1.local.tembo.io`) && (PathPrefix(`/rest/v1`) || PathPrefix(`/graphql/v1`))"
# in cloud, this is websecure instead of just web
- "traefik.http.routers.instance-1-postgrest.entrypoints=web"
- "traefik.http.services.instance-1-postgrest.loadbalancer.server.port=3000"
- "traefik.http.middlewares.postgrest-stripprefix.stripprefix.prefixes=/rest/v1, /graphql/v1"
Expand Down

0 comments on commit 1d3fcdf

Please sign in to comment.