Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
38 lines (37 loc) · 997 Bytes

File metadata and controls

38 lines (37 loc) · 997 Bytes
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
version: "3.7"
services:
redis:
container_name: redis_stack
hostname: redis
image: redis/redis-stack-server:latest # aws do not supports https://repost.aws/questions/QUQyrs0KQCQwuILrT_S1VInQ/redisstack-for-redissearch-functionality-on-elasticache-memorydb-or-otherwise
ports:
- "6379:6379"
mariadb:
container_name: mariadb_stack
image: mariadb:10
ports:
- "3306:3306"
environment:
- MYSQL_ROOT_PASSWORD=root
- MYSQL_DATABASE=experts_gpt
volumes:
- ./mariadb_data:/var/lib/mysql/
# app:
# image: expert_gpts
# container_name: app
# build:
# context: .
# dockerfile: Dockerfile
# ports:
# - "8000:8000"
# command: ["tail", "-f", '/dev/null']
# volumes:
# - ./:/app
# - ./huggingface_hub:/root/.cache/huggingface/hub/
# deploy:
# resources:
# reservations:
# devices:
# - driver: nvidia
# count: 1
# capabilities: [gpu]
Morty Proxy This is a proxified and sanitized view of the page, visit original site.