Spaces:
Running
Running
File size: 507 Bytes
e63103b 3f199c2 e63103b e79797a 0870c96 e79797a e63103b e79797a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
services:
projeto-y:
build: .
ports:
- "9000:7860"
environment:
- SECRET_KEY=${SECRET_KEY}
- DATABASE_PASSWORD=${DATABASE_PASSWORD}
- OPENAI_API_KEY=${OPENAI_API_KEY}
- HUGGINGFACEHUB_API_TOKEN=${HUGGINGFACEHUB_API_TOKEN}
env_file:
- .env
develop:
watch:
- action: sync+restart
path: ./
target: /app
ignore:
- .venv/
- action: rebuild
path: requirements.txt
volumes:
myapp: |