feat(deploy): finalize MVP deployment and file transfer approach
This commit is contained in:
parent
6369721876
commit
0f79494fbe
43 changed files with 3078 additions and 645 deletions
18
docker-compose.smoke.timeout.yml
Normal file
18
docker-compose.smoke.timeout.yml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
services:
|
||||
agent-proxy:
|
||||
volumes:
|
||||
- ./docker/nginx/smoke-agents-timeout.conf:/etc/nginx/nginx.conf:ro
|
||||
depends_on:
|
||||
agent-no-status:
|
||||
condition: service_started
|
||||
|
||||
agent-no-status:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
target: production
|
||||
args:
|
||||
LAMBDA_AGENT_API_REF: ${LAMBDA_AGENT_API_REF:-master}
|
||||
environment:
|
||||
PYTHONUNBUFFERED: "1"
|
||||
command: ["python", "-m", "tools.no_status_agent", "--host", "0.0.0.0", "--port", "8000"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue