Skip to content

Commit

Permalink
Adjust to proxy fix in frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
cmil committed Jan 6, 2024
1 parent 50025bd commit 85264f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ services:
image: dracor/frontend
build: https://github.com/dracor-org/dracor-frontend.git#main
environment:
DRACOR_API: http://api:8080/exist/restxq/v1
DRACOR_API_HOST: http://api:8080
DRACOR_API_PREFIX: /exist/restxq/v1
ports:
- 8088:80
depends_on:
Expand Down
5 changes: 3 additions & 2 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ services:
ports:
- 8030:8030
frontend:
image: dracor/frontend:2.0.2
image: dracor/frontend:2.1.0
environment:
DRACOR_API: http://api:8080/exist/restxq/v1
DRACOR_API_HOST: http://api:8080
DRACOR_API_PREFIX: /exist/restxq/v1
ports:
- 8088:80
depends_on:
Expand Down

0 comments on commit 85264f8

Please sign in to comment.