add volumn for 03-apiservices

This commit is contained in:
jigoong
2026-02-24 22:59:39 +07:00
parent 38bb9bd1d9
commit c89891f4dc

View File

@@ -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"]