[GH-ISSUE #1302] bitwarden_rs hangs at web1 #902

Closed
opened 2026-03-03 02:04:32 +03:00 by kerem · 2 comments
Owner

Originally created by @Yosemite82 on GitHub (Jan 8, 2021).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1302

Hello

I'm completely new to Docker and all the stuff arround and I'm trying now for too long to install bitwarden_rs with SSL. After a lot of research I've found bitwarden-rs-nginx-docker from RomanHargrave and after a lot of reading and trying I was able to build a bitwaren_rs Docker. But when I'm now starting up my container, it stays in a loop here:

compose.cli.verbose_proxy.proxy_callable: docker inspect_container <- ('fa237e48d9e77859bfc560f2ef202932411e5db68ecf7d83b8a60522250a3ae5')
urllib3.connectionpool._make_request: http://localhost:None "GET /v1.30/containers/fa237e48d9e77859bfc560f2ef202932411e5db68ecf7d83b8a60522250a3ae5/json HTTP/1.1" 200 None
compose.cli.verbose_proxy.proxy_callable: docker inspect_container -> {'AppArmorProfile': 'docker-default',
 'Args': [],
 'Config': {'AttachStderr': False,
            'AttachStdin': False,
            'AttachStdout': False,
            'Cmd': ['/start.sh'],
            'Domainname': '',
            'Entrypoint': None,
            'Env': ['PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin',
                    'ROCKET_ENV=staging',
...

My Dockerfile is from here: https://github.com/RomanHargrave/bitwarden-rs-nginx-docker/blob/master/Dockerfile and my docker-compose.yml looks like that:

version: "3.3"
services:
  web:
    build: .
    ports:
      - "80:80"
      - 443:443"
  redis:
    image: "bitwardenrs/server"

After fireing up, it loops here:

web_1 | [2021-01-08 23:52:53.718][parity_ws][INFO] Listening for new connections on 0.0.0.0:3012.

I have no clue, where to start... Hope, anybody can help me.

Thank you in advance and regards
Marcel

Originally created by @Yosemite82 on GitHub (Jan 8, 2021). Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1302 Hello I'm completely new to Docker and all the stuff arround and I'm trying now for too long to install bitwarden_rs with SSL. After a lot of research I've found bitwarden-rs-nginx-docker from RomanHargrave and after a lot of reading and trying I was able to build a bitwaren_rs Docker. But when I'm now starting up my container, it stays in a loop here: ``` compose.cli.verbose_proxy.proxy_callable: docker inspect_container <- ('fa237e48d9e77859bfc560f2ef202932411e5db68ecf7d83b8a60522250a3ae5') urllib3.connectionpool._make_request: http://localhost:None "GET /v1.30/containers/fa237e48d9e77859bfc560f2ef202932411e5db68ecf7d83b8a60522250a3ae5/json HTTP/1.1" 200 None compose.cli.verbose_proxy.proxy_callable: docker inspect_container -> {'AppArmorProfile': 'docker-default', 'Args': [], 'Config': {'AttachStderr': False, 'AttachStdin': False, 'AttachStdout': False, 'Cmd': ['/start.sh'], 'Domainname': '', 'Entrypoint': None, 'Env': ['PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin', 'ROCKET_ENV=staging', ... ``` My Dockerfile is from here: https://github.com/RomanHargrave/bitwarden-rs-nginx-docker/blob/master/Dockerfile and my docker-compose.yml looks like that: ``` version: "3.3" services: web: build: . ports: - "80:80" - 443:443" redis: image: "bitwardenrs/server" ``` After fireing up, it loops here: `web_1 | [2021-01-08 23:52:53.718][parity_ws][INFO] Listening for new connections on 0.0.0.0:3012.` I have no clue, where to start... Hope, anybody can help me. Thank you in advance and regards Marcel
kerem 2026-03-03 02:04:32 +03:00
Author
Owner

@Biepa commented on GitHub (Jan 11, 2021):

If you're new to docker. Why not just start the bitwardenrs container itself, instead of the one you linked?

Edit: May be hard for the guys here to fix problems, that may me in the repo of RomanHargrave.

<!-- gh-comment-id:758087718 --> @Biepa commented on GitHub (Jan 11, 2021): If you're new to docker. Why not just start the bitwardenrs container itself, instead of the one you linked? Edit: May be hard for the guys here to fix problems, that may me in the repo of RomanHargrave.
Author
Owner

@Yosemite82 commented on GitHub (Jan 11, 2021):

Hi Biepa

Due to my Bitwarden-Installation-Horror-Trip let me go to the package mentioned above. But in the meantime I've postet my question also there... Roman answered there and I'm looking forward to get this pies of ... up and running.

<!-- gh-comment-id:758225569 --> @Yosemite82 commented on GitHub (Jan 11, 2021): Hi Biepa Due to my Bitwarden-Installation-Horror-Trip let me go to the package mentioned above. But in the meantime I've postet my question also there... Roman answered there and I'm looking forward to get this pies of ... up and running.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vaultwarden#902
No description provided.