Update paymenter.yaml volumes configuration

This commit is contained in:
majcek210 2025-11-22 15:24:05 +01:00 committed by GitHub
parent 9a58096655
commit a2ca50b4bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,11 +9,12 @@ services:
paymenter:
image: 'ghcr.io/paymenter/paymenter:v1.4.5'
volumes:
'app_logs:/app/storage/logs'
- 'app_public:/app/storage/public'
- 'app_logs:/app/storage/logs'
- 'app_storage1:/app/storage/public'
- 'extenstions:/app/extensions'
- 'themes:/app/themes'
- 'app_storage_public:/app/public/storage'
- 'app_storage2:/app/public/storage'
- 'app_storage3:app/storage/app/public'
environment:
SERVICE_URL_PAYMENTER: '${SERVICE_URL_PAYMENTER_80}'
DB_DATABASE: '${MYSQL_DATABASE:-paymenter-db}'