mirror of
https://github.com/demostf/setup
synced 2026-06-04 00:54:07 +02:00
fix view list
This commit is contained in:
parent
fc74f4a462
commit
08dc983940
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_PASSWORD=${DB_PASSWORD}
|
- POSTGRES_PASSWORD=${DB_PASSWORD}
|
||||||
- POSTGRES_HOST=db
|
- POSTGRES_HOST=db
|
||||||
- VIEWS="map_list name_list"
|
- VIEWS=map_list name_list
|
||||||
networks:
|
networks:
|
||||||
- db-tier
|
- db-tier
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue