Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting 404 or Bad Gateway when trying to access a service via a domain using compose #734

Closed
okatu-loli opened this issue Nov 20, 2024 · 2 comments
Labels
question Further information is requested

Comments

@okatu-loli
Copy link

okatu-loli commented Nov 20, 2024

To Reproduce

  1. Create a application
  2. deploy vaultwarden with compose
  3. deploy and setting a domain
  4. access the service via a domain

Current vs. Expected behavior

I get 404 or Bad Gateway when accessing through the domain name
image

I can access the correct service through ip+port access
image

Provide environment information

Operating System:
  OS: Debian 12
  Arch: amd64
Dokploy version: v0.12.0'
VPS Provider: Dogyun (https://www.dogyun.com/)
What applications/services are you tying to deploy?:vaultwarden (https://github.com/dani-garcia/vaultwarden)

Which area(s) are affected? (Select all that apply)

Docker Compose, Traefik

Additional context

my domain setting
image
my compose raw

version: '3'

services:
  vaultwarden:
    image: vaultwarden/server:latest
    container_name: vaultwarden
    restart: always
    ports:
      - 38182:80
      # - 127.0.0.1:3012:3012
    environment:
      # WEBSOCKET_ENABLED: "true"
      DOMAIN: "https://~~~/"
      ICON_SERVICE: "bitwarden"
      DISABLE_ICON_DOWNLOAD: "true"
      ADMIN_TOKEN: "~~~"
      IP_HEADER: "X-Forwarded-For"
      SIGNUPS_ALLOWED: "false"

    volumes:
      - /opt/vw-data:/data
@okatu-loli okatu-loli added the bug Something isn't working label Nov 20, 2024
@Siumauricio
Copy link
Contributor

@Siumauricio Siumauricio closed this as not planned Won't fix, can't repro, duplicate, stale Nov 20, 2024
@Siumauricio Siumauricio added question Further information is requested and removed bug Something isn't working labels Nov 20, 2024
@okatu-loli
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants