Atualizar docker-compose.yaml

This commit is contained in:
wallaceosmar 2024-11-23 20:25:56 +00:00
parent f3870d98b7
commit 3c9610ce4f

View File

@ -22,6 +22,13 @@ services:
condition: service_healthy condition: service_healthy
reverb: reverb:
condition: service_healthy condition: service_healthy
volumes:
- /data/nexo-cloud/logs:/var/www/html/storage/logs
- /data/nexo-cloud/ssh:/var/www/html/storage/app/ssh
- /data/nexo-cloud/applications:/var/www/html/storage/app/applications
- /data/nexo-cloud/databases:/var/www/html/storage/app/databases
- /data/nexo-cloud/services:/var/www/html/storage/app/services
- /data/nexo-cloud/backups:/var/www/html/storage/app/backups
postgres: postgres:
image: postgres:16-alpine image: postgres:16-alpine
environment: environment: