Actualizar docker-compose.yaml

This commit is contained in:
2025-11-08 11:07:51 -05:00
parent 40af2316c6
commit 489128fd4d

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"