更新代码
Showing
1 changed file
with
3 additions
and
3 deletions
| ... | @@ -7,9 +7,9 @@ services: | ... | @@ -7,9 +7,9 @@ services: |
| 7 | dockerfile: Dockerfile | 7 | dockerfile: Dockerfile |
| 8 | container_name: api-test-${DEPLOY_ENV:-test} | 8 | container_name: api-test-${DEPLOY_ENV:-test} |
| 9 | environment: | 9 | environment: |
| 10 | - DEPLOY_ENV=${DEPLOY_ENV:-test} | 10 | DEPLOY_ENV: ${DEPLOY_ENV:-test} |
| 11 | - IP_HOST=${IP_HOST:-} | 11 | IP_HOST: ${IP_HOST:-} |
| 12 | - PYTHONUNBUFFERED=1 | 12 | PYTHONUNBUFFERED: "1" |
| 13 | volumes: | 13 | volumes: |
| 14 | - ./api_test.py:/app/api_test.py | 14 | - ./api_test.py:/app/api_test.py |
| 15 | - ./api_cases.xlsx:/app/api_cases.xlsx:ro | 15 | - ./api_cases.xlsx:/app/api_cases.xlsx:ro | ... | ... |
-
Please register or sign in to post a comment