forked from DevOps/deploy.stack
build(anqicms): add subdirectory volume mounts
Mount public, template, and data subdirectories separately
This commit is contained in:
@@ -17,5 +17,8 @@ services:
|
|||||||
- "${ANQICMS_PORT}:8001"
|
- "${ANQICMS_PORT}:8001"
|
||||||
volumes:
|
volumes:
|
||||||
- ${Volumes_Path}:/app
|
- ${Volumes_Path}:/app
|
||||||
|
- ${Volumes_Path}/public:/app/public
|
||||||
|
- ${Volumes_Path}/template:/app/template
|
||||||
|
- ${Volumes_Path}/data:/app/data
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
|||||||
Reference in New Issue
Block a user