Update volume mounts in paymenter.yaml
Done my research and this are the right volumes for paymenter on coolify
This commit is contained in:
parent
a2ca50b4bf
commit
612b51ef00
1 changed files with 2 additions and 3 deletions
|
|
@ -10,11 +10,10 @@ services:
|
|||
image: 'ghcr.io/paymenter/paymenter:v1.4.5'
|
||||
volumes:
|
||||
- 'app_logs:/app/storage/logs'
|
||||
- 'app_storage1:/app/storage/public'
|
||||
- 'extenstions:/app/extensions'
|
||||
- 'themes:/app/themes'
|
||||
- 'app_storage2:/app/public/storage'
|
||||
- 'app_storage3:app/storage/app/public'
|
||||
- 'app_storage:/app/storage/app'
|
||||
- 'app_public_storage:/app/storage/app/public'
|
||||
environment:
|
||||
SERVICE_URL_PAYMENTER: '${SERVICE_URL_PAYMENTER_80}'
|
||||
DB_DATABASE: '${MYSQL_DATABASE:-paymenter-db}'
|
||||
|
|
|
|||
Loading…
Reference in a new issue