[SKIP CI] drop old env variables

This commit is contained in:
Robert Kaussow 2020-02-24 22:48:18 +01:00
parent 8facac9707
commit 2d5cc91f58
1 changed files with 0 additions and 7 deletions

View File

@ -37,8 +37,6 @@ services:
volumes:
- data:/app/data
environment:
BITWARDENRS_WAIT_FOR_HOST: bitwardenrs_postgres
BITWARDENRS_WAIT_FOR_PORT: 5432
BITWARDENRS_DATABASE_URL: postgresql://user:pass@bitwardenrs_postgres:5432/bitwarden
BITWARDENRS_ADMIN_TOKEN: test
@ -51,11 +49,6 @@ volumes:
```Shell
BITWARDENRS_DATABASE_URL=
# Wait for database host. If you don't set a Host and Port
# Bitwarden will start immediately.
BITWARDENRS_WAIT_FOR_HOST=
BITWARDENRS_WAIT_FOR_PORT=
BITWARDENRS_WAIT_FOR_TIMEOUT=15
BITWARDENRS_TEMPLATES_FOLDER=
BITWARDENRS_RELOAD_TEMPLATES=False