working on nginx.conf.tmpl

This commit is contained in:
2025-11-05 11:29:51 -05:00
parent 761320788b
commit 82ca119cdb
5 changed files with 25 additions and 39 deletions

View File

@ -57,6 +57,7 @@ x-postgres-env: &postgres-env
# Postgresql db container configuration
POSTGRES_DB: docs
POSTGRES_USER: docs
POSTGRES_PASSWORD_FILE: /run/secrets/postgres_password
# App database configuration
DB_HOST: db
DB_NAME: docs
@ -82,9 +83,7 @@ services:
app:
image: lasuite/impress-frontend:v3.4.2
networks:
backend:
aliases:
- lasuite-app
- backend
deploy:
labels:
- "traefik.enable=false"
@ -292,7 +291,8 @@ volumes:
configs:
nginx_conf:
name: ${STACK_NAME}_nginx_conf_${NGINX_CONF_VERSION}
file: nginx.conf
file: nginx.conf.tmpl
template_driver: golang
pg_backup:
name: ${STACK_NAME}_pg_backup_${PG_BACKUP_VERSION}
file: pg_backup.sh