deleted obsolet lines

This commit is contained in:
Thomas Nahuel Rusiecki 2025-02-20 17:33:47 -03:00
parent aa288aa690
commit 0ca9cc7b2f
3 changed files with 0 additions and 4 deletions

View file

@ -41,7 +41,6 @@ services:
profiles: [idhub] profiles: [idhub]
init: true init: true
environment: environment:
- TZ=America/Argentina/Buenos_Aires
- DOMAIN=${IDHUB_DOMAIN:-localhost} - DOMAIN=${IDHUB_DOMAIN:-localhost}
- ALLOWED_HOSTS=${IDHUB_ALLOWED_HOSTS:-$IDHUB_DOMAIN} - ALLOWED_HOSTS=${IDHUB_ALLOWED_HOSTS:-$IDHUB_DOMAIN}
- DEMO=${DEMO:-false} - DEMO=${DEMO:-false}
@ -65,7 +64,6 @@ services:
- EMAIL_BACKEND=${IDHUB_EMAIL_BACKEND} - EMAIL_BACKEND=${IDHUB_EMAIL_BACKEND}
- SUPPORTED_CREDENTIALS=['Snapshot'] - SUPPORTED_CREDENTIALS=['Snapshot']
- SYNC_ORG_DEV=${IDHUB_SYNC_ORG_DEV} - SYNC_ORG_DEV=${IDHUB_SYNC_ORG_DEV}
- TZ=UTC-3
- DB_PORT=${IDHUB_DB_PORT:-5432} - DB_PORT=${IDHUB_DB_PORT:-5432}
- DB_HOST=${IDHUB_DB_HOST:-devicehub-postgres} - DB_HOST=${IDHUB_DB_HOST:-devicehub-postgres}
- DB_NAME=${IDHUB_DB_NAME} - DB_NAME=${IDHUB_DB_NAME}

View file

@ -4,7 +4,6 @@ FROM python:3.11.10-slim-bookworm
RUN apt update && \ RUN apt update && \
apt-get install -y \ apt-get install -y \
python3-xapian \ python3-xapian \
netcat-traditional\
git \ git \
curl \ curl \
jq \ jq \

View file

@ -242,7 +242,6 @@ runserver() {
} }
main() { main() {
program_dir='/opt/devicehub-django' program_dir='/opt/devicehub-django'
cd "${program_dir}" cd "${program_dir}"
gen_env_vars gen_env_vars