Add new volumes to compose.yml

This commit is contained in:
sHa
2024-03-22 07:33:29 +00:00
parent 81bb8398f0
commit 47eedb44e9

View File

@@ -11,6 +11,9 @@ services:
dockerfile: Dockerfile dockerfile: Dockerfile
volumes: volumes:
- ./app.py:/app/app.py - ./app.py:/app/app.py
- ./controller:/app/controller
- ./manager:/app/manager
- ./schema:/app/schema
- ./storage:/app/storage - ./storage:/app/storage
networks: networks:
- "apps-proxy" - "apps-proxy"