Add support for specifying the local features table name

This commit is contained in:
2018-02-26 17:40:19 +01:00
parent 8c096b2bf7
commit 3b245de3b1
2 changed files with 12 additions and 6 deletions

View File

@@ -148,6 +148,8 @@ services:
POSTGRES_USER: ${DB_USER_ADMIN}
POSTGRES_PASSWORD: ${DB_PASSWORD_ADMIN}
POSTGRES_DB: ${DB_NAME2}
FED_DATA_SOURCE: ${DB_UI_FEDERATION_SOURCES}
LOCAL_DATA_SOURCE: ${DB_UI_LOCAL_SOURCES}
depends_on:
- db
restart: unless-stopped # Used only by docker-compose