Actualizar docker-compose.yaml
This commit is contained in:
@@ -20,7 +20,7 @@ services:
|
|||||||
- 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:
|
||||||
- "${TRYTOND_PORT_LIVE:-18020}:8000"
|
- "${TRYTOND_PORT_LIVE:-18020}:8000"
|
||||||
|
|||||||
Reference in New Issue
Block a user