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
|
||||
ports:
|
||||
- "9000:9000"
|
||||
volumes:
|
||||
- wrapper_data:/home/node/app
|
||||
api:
|
||||
build: packages/server
|
||||
restart: unless-stopped
|
||||
@ -16,18 +14,4 @@ services:
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
- api_data:/home/node/app
|
||||
|
||||
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
|
||||
- ./d_data/api/cache:/home/node/app/cache:ro
|
Loading…
x
Reference in New Issue
Block a user