deleted obsolet lines
This commit is contained in:
parent
aa288aa690
commit
0ca9cc7b2f
|
@ -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}
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -242,7 +242,6 @@ runserver() {
|
|||
}
|
||||
|
||||
main() {
|
||||
|
||||
program_dir='/opt/devicehub-django'
|
||||
cd "${program_dir}"
|
||||
gen_env_vars
|
||||
|
|
Loading…
Reference in a new issue