CoolifyDevelop #31

Merged
Aserrador merged 11 commits from CoolifyDevelop into main 2026-01-05 20:15:15 -05:00
Showing only changes of commit 489128fd4d - Show all commits

View File

@@ -20,7 +20,7 @@ services:
- TRYTOND_DATABASE_URI=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${DB_HOSTNAME}:5432/
volumes:
- ./:/app
- attachments:/attachments
- ./attachments:/attachments
- ./.dev/pudb.cfg:/root/.config/pudb/pudb.cfg
ports:
- "${TRYTOND_PORT_LIVE:-18020}:8000"