mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
mount volume for cache
This commit is contained in:
parent
d8a08dfaeb
commit
b9569e24aa
@ -6,8 +6,6 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "9000:9000"
|
- "9000:9000"
|
||||||
volumes:
|
|
||||||
- wrapper_data:/home/node/app
|
|
||||||
api:
|
api:
|
||||||
build: packages/server
|
build: packages/server
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@ -16,18 +14,4 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
volumes:
|
volumes:
|
||||||
- api_data:/home/node/app
|
- ./d_data/api/cache:/home/node/app/cache:ro
|
||||||
|
|
||||||
volumes:
|
|
||||||
wrapper_data:
|
|
||||||
driver: local
|
|
||||||
driver_opts:
|
|
||||||
type: none
|
|
||||||
device: ./d_data/wrapper
|
|
||||||
o: bind
|
|
||||||
api_data:
|
|
||||||
driver: local
|
|
||||||
driver_opts:
|
|
||||||
type: none
|
|
||||||
device: ./d_data/api
|
|
||||||
o: bind
|
|
Loading…
x
Reference in New Issue
Block a user