mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-17 18:21:39 -07:00
Dockerizing pg_tileserv.
Setup, healthcheck, and init work but load data does not load.
This commit is contained in:
parent
c7fcec2063
commit
ead6bc6d1f
9 changed files with 4003 additions and 0 deletions
9
server/config/cache.env.example
Normal file
9
server/config/cache.env.example
Normal file
|
@ -0,0 +1,9 @@
|
|||
BACKENDS_PROBE_INTERVAL: "15s"
|
||||
BACKENDS_PROBE_TIMEOUT: "5s"
|
||||
BACKENDS_PROBE_WINDOW: "3"
|
||||
BACKENDS: "tileserv:7800"
|
||||
DNS_ENABLED: "false"
|
||||
DASHBOARD_USER: "admin"
|
||||
DASHBOARD_PASSWORD: "admin1234"
|
||||
DASHBOARD_SERVERS: "web"
|
||||
PARAM_VALUE: "-p default_ttl=600"
|
Loading…
Add table
Add a link
Reference in a new issue