Docker-compose: use /data/git as one volume, instead of mapping all subdirs
This commit is contained in:
@@ -19,11 +19,7 @@ blender_cloud:
|
|||||||
VIRTUAL_HOST_WEIGHT: 10
|
VIRTUAL_HOST_WEIGHT: 10
|
||||||
FORCE_SSL: "true"
|
FORCE_SSL: "true"
|
||||||
volumes:
|
volumes:
|
||||||
- /data/git/blender-cloud:/data/git/blender-cloud:ro
|
- /data/git:/data/git:ro
|
||||||
- /data/git/attract:/data/git/attract:ro
|
|
||||||
- /data/git/flamenco:/data/git/flamenco:ro
|
|
||||||
- /data/git/pillar:/data/git/pillar:ro
|
|
||||||
- /data/git/pillar-python-sdk:/data/git/pillar-python-sdk:ro
|
|
||||||
- /data/config:/data/config:ro
|
- /data/config:/data/config:ro
|
||||||
- /data/storage/pillar:/data/storage/pillar
|
- /data/storage/pillar:/data/storage/pillar
|
||||||
links:
|
links:
|
||||||
|
Reference in New Issue
Block a user