Skip to content

Commit

Permalink
set api by default open to world
Browse files Browse the repository at this point in the history
  • Loading branch information
robkooper committed Jun 13, 2022
1 parent a2c52c2 commit 7f2b825
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docker-compose.https.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ services:
- "traefik.http.routers.default.middlewares=https-redirectscheme@docker"
- "traefik.http.middlewares.https-redirectscheme.redirectscheme.scheme=https"
- "traefik.http.middlewares.https-redirectscheme.redirectscheme.permanent=true"

3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ services:
environment:
- PGHOST=${PGHOST:-postgres}
- HOST_ONLY=${HOST_ONLY:-FALSE}
- AUTH_REQ=${AUTH_REQ:-TRUE}
- AUTH_REQ=${AUTH_REQ:-FALSE}
- RABBITMQ_URI=${RABBITMQ_URI:-amqp://guest:guest@rabbitmq/%2F}
- DATA_DIR=${DATA_DIR:-/data/}
- DBFILES_DIR=${DBFILES_DIR:-/data/dbfiles/}
Expand Down Expand Up @@ -359,3 +359,4 @@ volumes:
rabbitmq:
pecan:
rstudio:

0 comments on commit 7f2b825

Please sign in to comment.