add volumn for 03-apiservices
This commit is contained in:
@@ -21,6 +21,9 @@ services:
|
|||||||
- "8040:8040"
|
- "8040:8040"
|
||||||
networks:
|
networks:
|
||||||
- shared_data_network
|
- shared_data_network
|
||||||
|
volumes:
|
||||||
|
- ./app:/app/app
|
||||||
|
- .env:/app/.env
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:8040/apiservice/docs"]
|
test: ["CMD", "curl", "-f", "http://localhost:8040/apiservice/docs"]
|
||||||
|
|||||||
Reference in New Issue
Block a user