push gitignore
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user