mirror of
https://github.com/demostf/setup
synced 2026-06-04 00:54:07 +02:00
refresh materialized views
This commit is contained in:
parent
33d4f63640
commit
9b85f3acfe
1 changed files with 11 additions and 0 deletions
|
|
@ -72,6 +72,17 @@ services:
|
|||
networks:
|
||||
- db-tier
|
||||
|
||||
db-refresh:
|
||||
restart: always
|
||||
image: demostf/postgres_refresh
|
||||
container_name: db-refresh
|
||||
environment:
|
||||
- POSTGRES_PASSWORD=${DB_PASSWORD}
|
||||
- POSTGRES_HOST=db
|
||||
- VIEWS="map_list name_list"
|
||||
networks:
|
||||
- db-tier
|
||||
|
||||
proxy:
|
||||
restart: always
|
||||
image: demostf/proxy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue