Last active
January 9, 2025 12:24
-
-
Save h4ck4life/362c3be07be5b9acadcb6feb73a66cd0 to your computer and use it in GitHub Desktop.
Revisions
-
h4ck4life revised this gist
Jan 9, 2025 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,6 +4,8 @@ services: qdrant: image: qdrant/qdrant container_name: qdrant environment: - QDRANT__SERVICE__API_KEY=your_secret_api_key_here volumes: - qdrant_data:/qdrant/storage networks: -
h4ck4life created this gist
Jan 9, 2025 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,19 @@ version: '3.8' services: qdrant: image: qdrant/qdrant container_name: qdrant volumes: - qdrant_data:/qdrant/storage networks: - nginxmanager_default restart: always volumes: qdrant_data: name: qdrant_data networks: nginxmanager_default: external: true