Update volume mounts in paymenter.yaml

Done my research and this are the right volumes for paymenter on coolify
This commit is contained in:
majcek210 2025-11-23 12:08:21 +01:00 committed by GitHub
parent a2ca50b4bf
commit 612b51ef00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}'