This commit is contained in:
2025-11-06 22:51:27 -05:00
parent 2e2c5fea18
commit 40af2316c6

View File

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