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