[SKIP CI] drop old env variables
This commit is contained in:
parent
8facac9707
commit
2d5cc91f58
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user