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

traefik 500 bad gateway #722

Closed
RedJohn14 opened this issue Feb 13, 2025 · 1 comment
Closed

traefik 500 bad gateway #722

RedJohn14 opened this issue Feb 13, 2025 · 1 comment
Labels

Comments

@RedJohn14
Copy link

RedJohn14 commented Feb 13, 2025

Hello everyone,

I create docker compose with traefik but get error 500 if i open the page. Any ideas why?!

services:
  invoiceninja:
    image: invoiceninja/invoiceninja
    restart: always
    container_name: invoiceninja
    expose:
      - 9000
    volumes:
      - app_public:/var/www/html/public
      - app_storage:/var/www/html/storage
    environment:
      #App
      - APP_ENV=production
      - APP_DEBUG=true
      - APP_URL=https://my.domain.de
      - REQUIRE_HTTPS=true
      - APP_KEY=key
      - APP_CIPHER=AES-256-CBC
      - APP_LOCALE=de
      - TRUSTED_PROXIES='*'
      #Cache
      - REDIS_HOST=redis
      - REDIS_PASSWORD=null
      - REDIS_PORT=6379
      #Database
      - DB_TYPE=mysql
      - DB_STRICT=false
      - DB_HOST=mariadb
      - DB_DATABASE=db
      - DB_USERNAME=user
      - DB_PASSWORD=password
      #Mail
      - MAIL_MAILER=log
      - MAIL_HOST=smtp.mailtrap.io
      - MAIL_PORT=2525
      - MAIL_USERNAME=null
      - MAIL_PASSWORD=null
      - MAIL_ENCRYPTION=null
      - MAIL_FROM_ADDRESS='[email protected]'
      - MAIL_FROM_NAME='Self Hosted User'
      #Initial user
      - [email protected]
      - IN_PASSWORD=123123123
    networks:
      - invoiceninja_external
    labels:
      - traefik.enable=true
      - traefik.docker.network=invoiceninja_external
      - traefik.http.routers.in.rule=Host(`my.domain.de`)
      - traefik.http.routers.in.entrypoints=websecure
      - traefik.http.routers.in.tls=true
      - traefik.http.routers.in.service=kis
      - traefik.http.services.in.loadbalancer.server.port=9000
Copy link

This issue has been automatically closed due to inactivity for 5 days.

@github-actions github-actions bot added the Stale label Feb 18, 2025
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant