Skip to content
This repository was archived by the owner on Nov 5, 2022. It is now read-only.

Commit f121b47

Browse files
Opencdms api#32 (#35)
* update default docker-compose [docker-compose.yml] * update readme * allow /climsoft/docs and /climsoft/openapi.json without auth * climsoft fork, opencdms-process not yet installed * add opencdms process using pygeoapi * add pygeoapi link on homepage * update readme * suggest postman * refactor github actions * pass host fqdn to docker compose environment definition
1 parent db91466 commit f121b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ services:
125125
- MCH_API_ENABLED=true
126126
- DEFAULT_USERNAME=admin
127127
- DEFAULT_PASSWORD=password123
128-
128+
- HOST_FQDN=$HOST_FQDN
129129
labels:
130130
- "traefik.enable=true"
131131
- "traefik.http.routers.fastapi.rule=Host(`$HOST_FQDN`)"

0 commit comments

Comments
 (0)