This commit is contained in:
Vassiliy Yegorov
2021-05-07 15:16:23 +07:00
parent ebea0a7a54
commit f6aaf76235
2 changed files with 7 additions and 4 deletions

View File

@@ -125,7 +125,7 @@ services:
- DB_USER=${DB_USER}
- DB_PASS=${DB_PASS}
- DB_NAME=${DB_NAME}
- DB_EXTENSION=pg_trgm
- DB_EXTENSION=pg_trgm,btree_gist
volumes:
- ${SERVICE_DATA}/${SERVICE_NAME}/postgresql:/var/lib/postgresql:Z
networks: