mirror of
https://github.com/shadoll/scatcher.git
synced 2025-12-20 03:26:59 +00:00
Add new volumes to compose.yml
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user