push gitignore

This commit is contained in:
zhh
2025-10-24 16:34:20 +08:00
parent b5ef9f50ad
commit eec2adcf89
3 changed files with 11 additions and 6 deletions

View File

@@ -5,9 +5,12 @@ services:
dockerfile: Dockerfile
working_dir: /app
environment:
GOOGLE_APPLICATION_CREDENTIALS: /app/request.json
GOOGLE_APPLICATION_CREDENTIALS: /app/app/request.json
DEBUG: 0
volumes:
- ./app:/app/app
- ./.env:/app/.env
- ./db:/db
- /etc/localtime:/etc/localtime:ro
ports:
- "10070:8000"