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

View file

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

View file

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