push gitignore
This commit is contained in:
13
docker-compose.yml
Normal file
13
docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
lc_agent_server:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
working_dir: /app
|
||||
environment:
|
||||
GOOGLE_APPLICATION_CREDENTIALS: /app/request.json
|
||||
volumes:
|
||||
- ./app:/app/app
|
||||
- ./logs:/app/logs
|
||||
ports:
|
||||
- "10200:8000"
|
||||
Reference in New Issue
Block a user