更新 docker-compose.yml
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
lc_agent_server:
|
lc_agent_server:
|
||||||
|
container_name: LC_Agent_Server
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
@@ -9,7 +10,7 @@ services:
|
|||||||
DEBUG: 0
|
DEBUG: 0
|
||||||
volumes:
|
volumes:
|
||||||
- ./app:/app/app
|
- ./app:/app/app
|
||||||
- ./.prod_env:/app/.env
|
- ./.env:/app/.env
|
||||||
- ./data:/data
|
- ./data:/data
|
||||||
- ./google_application_credentials.json:/google_application_credentials.json
|
- ./google_application_credentials.json:/google_application_credentials.json
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
|||||||
Reference in New Issue
Block a user