diff --git a/compose.dev.yml b/compose.dev.yml index e60f7361..4a9fa059 100644 --- a/compose.dev.yml +++ b/compose.dev.yml @@ -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: diff --git a/compose.yml b/compose.yml index ef354ac3..ef97ddaa 100644 --- a/compose.yml +++ b/compose.yml @@ -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: