DONE: layout letter with letterhead and footer, notification for newly...

This commit is contained in:
ISMAIL MASSERAN
2026-06-28 02:16:49 +00:00
parent 94ecbe5887
commit 034ecf947f
400 changed files with 29802 additions and 5446 deletions
+2 -2
View File
@@ -2,7 +2,7 @@ services:
app:
build:
context: .
dockerfile: ./SUTERA-backend/docker/common/unified/Dockerfile
dockerfile: ./be/docker/common/unified/Dockerfile
args:
ENV: staging
platforms:
@@ -87,7 +87,7 @@ services:
- POSTGRES_PASSWORD=${DB_PASSWORD}
volumes:
- postgres-data-staging:/var/lib/postgres
- ./SUTERA-backend/docker/postgres/conf.d:/etc/postgres/conf.d:ro
- ./be/docker/postgres/conf.d:/etc/postgres/conf.d:ro
networks:
- sutera-staging-network
healthcheck: