mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-10-01 01:03:18 -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"
|
3
server/config/db.env.example
Normal file
3
server/config/db.env.example
Normal file
|
@ -0,0 +1,3 @@
|
|||
POSTGRES_USER=tileserv
|
||||
POSTGRES_PASSWORD=tileserv
|
||||
POSTGRES_DB=tileserv
|
4
server/config/tileserv.env.example
Normal file
4
server/config/tileserv.env.example
Normal file
|
@ -0,0 +1,4 @@
|
|||
DATABASE_URL=postgres://tileserv:tileserv@tileserv_db/tileserv
|
||||
POSTGRES_USER=tileserv
|
||||
POSTGRES_PASSWORD=tileserv
|
||||
POSTGRES_DB=tileserv
|
Loading…
Add table
Add a link
Reference in a new issue