summaryrefslogtreecommitdiff
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorShyam Sunder <sgsunder1@gmail.com>2019-09-15 12:45:17 -0400
committerShyam Sunder <sgsunder1@gmail.com>2019-09-15 16:50:47 -0400
commit54eab0aa352b432dcb1c327183156a0187536650 (patch)
tree3107d8b69ce93b02980cf34ecfd47a0712800418 /docker-compose.yml
parent734e28e014ee6b1ac63108043e8487efae81e584 (diff)
server/image-hash: optionally allow for elasticsearch authentication
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 345e531..83faa30 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -24,6 +24,10 @@ services:
#POSTGRES_PORT: 5432
#ESEARCH_PORT: 9200
#ESEARCH_INDEX: szurubooru
+ #ESEARCH_PASSWORD: (empty by default, set if you are using an external
+ # source for elasticsearch and want to use HTTP basic
+ # authentication for security)
+ #ESEARCH_USER: szurubooru (only used if password is set)
#LOG_SQL: 0 (1 for verbose SQL logs)
volumes:
- "${MOUNT_DATA}:/data"