소스 검색

Add ALLOWED_HOSTS env variable for backend container

pull/679/head
Guillaume Vincent 2 년 전
부모
커밋
432b3042a3
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      containers/.env
  2. +1
    -0
      containers/docker-compose.yml

+ 1
- 0
containers/.env 파일 보기

@@ -2,6 +2,7 @@ POSTGRES_DB=postgres
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
SECRET_KEY=azertyuiop
ALLOWED_HOSTS=.lesspass.local
DATABASE_ENGINE=django.db.backends.postgresql
DATABASE_NAME=postgres
DATABASE_USER=postgres


+ 1
- 0
containers/docker-compose.yml 파일 보기

@@ -15,6 +15,7 @@ services:
links:
- db
environment:
- ALLOWED_HOSTS
- DATABASE_ENGINE
- DATABASE_HOST
- DATABASE_NAME


불러오는 중...
취소
저장