1
0
Fork 0
mirror of https://github.com/demostf/setup synced 2026-06-04 00:54:07 +02:00

fix view list

This commit is contained in:
Robin Appelman 2019-01-23 19:42:33 +01:00
commit 08dc983940

View file

@ -80,7 +80,7 @@ services:
environment:
- POSTGRES_PASSWORD=${DB_PASSWORD}
- POSTGRES_HOST=db
- VIEWS="map_list name_list"
- VIEWS=map_list name_list
networks:
- db-tier