We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
This issue has been automatically closed due to inactivity for 5 days.
Sorry, something went wrong.
No branches or pull requests
Hello everyone,
I create docker compose with traefik but get error 500 if i open the page. Any ideas why?!
The text was updated successfully, but these errors were encountered: