Minor app drag calculation changes

This commit is contained in:
frikky
2021-05-25 21:22:42 +02:00
parent c64e24aca9
commit f0065eaa11
3 changed files with 4 additions and 25 deletions
-10
View File
@@ -100,10 +100,6 @@ services:
- 9200:9200
networks:
- shuffle
#volumes:
# #- ${DB_LOCATION}/opensearch:/usr/share/opensearch/data
# #- tmp/opensearch:/usr/share/opensearch/data
# - ${DB_LOCATION}:/usr/share/opensearch/data
#database:
# #build: ./backend/database
# image: frikky/shuffle:database
@@ -122,9 +118,3 @@ services:
networks:
shuffle:
driver: bridge
#volumes:
# opensearch-data1:
# driver: local
# driver_opts:
# type: nfs
# device: ${DB_LOCATION}