This commit is contained in:
parent
510cbcab9a
commit
92d47323c8
@ -34,14 +34,16 @@ services:
|
||||
- postgres
|
||||
ports:
|
||||
- "80:8080"
|
||||
volumes:
|
||||
- data:/app/data
|
||||
environment:
|
||||
ITWARDENRS_WAIT_FOR_HOST: bitwardenrs_postgres
|
||||
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
|
||||
|
||||
volumes:
|
||||
bitwardenrs_data:
|
||||
data:
|
||||
driver: local
|
||||
```
|
||||
|
||||
|
@ -17,6 +17,8 @@ services:
|
||||
- postgres
|
||||
ports:
|
||||
- "80:8080"
|
||||
volumes:
|
||||
- data:/app/data
|
||||
environment:
|
||||
BITWARDENRS_WAIT_FOR_HOST: bitwardenrs_postgres
|
||||
BITWARDENRS_WAIT_FOR_PORT: 5432
|
||||
@ -24,5 +26,5 @@ services:
|
||||
BITWARDENRS_ADMIN_TOKEN: test
|
||||
|
||||
volumes:
|
||||
bitwardenrs_data:
|
||||
data:
|
||||
driver: local
|
||||
|
Loading…
Reference in New Issue
Block a user