.env.postgres.j2 251 B

123456789
  1. # PostgreSQL Database Configuration
  2. # Contains only database credentials needed by Postgres container
  3. # Timezone
  4. TZ={{ container_timezone }}
  5. POSTGRES_USER={{ database_user }}
  6. POSTGRES_PASSWORD={{ database_password }}
  7. POSTGRES_DB={{ database_name }}