From a96d662ea3a38729d6b27f4c60cdc442d30b706b Mon Sep 17 00:00:00 2001 From: aserrador Date: Mon, 19 Jan 2026 14:49:27 -0500 Subject: [PATCH] chore --- docker-compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 394c8af..8b0fdf6 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -22,7 +22,7 @@ services: - var:/var - attachment:/mnt/attachment environment: - TRYTOND_DATABASE_URI: ${TRYTOND_DATABASE_URI:-postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${DB_HOSTNAME}:5432/} + TRYTOND_DATABASE_URI: ${TRYTOND_DATABASE_URI:-postgresql://postgres:SUp3r-pass*DB@db:5432/} NALIIA_IMAGE: ${NALIIA_IMAGE:-gitea.onecluster.org/aserrador/naliia:latest} EMAIL: ${EMAIL:-admin@admin.org} depends_on: @@ -46,7 +46,7 @@ services: volumes: - .:/app environment: - TRYTOND_DATABASE_URI: ${TRYTOND_DATABASE_URI:-postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${DB_HOSTNAME}:5432/} + TRYTOND_DATABASE_URI: ${TRYTOND_DATABASE_URI:-postgresql://postgres:SUp3r-pass*DB@db:5432/} env_file: - .env cron: @@ -59,7 +59,7 @@ services: volumes: - .:/app environment: - TRYTOND_DATABASE_URI: ${TRYTOND_DATABASE_URI:-postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${DB_HOSTNAME}:5432/} + TRYTOND_DATABASE_URI: ${TRYTOND_DATABASE_URI:-postgresql://postgres:SUp3r-pass*DB@db:5432/} env_file: - .env volumes: