fusionauth-containers icon indicating copy to clipboard operation
fusionauth-containers copied to clipboard

Container definitions for docker, kubernetes, helm, and whatever containers come next!

Results 13 fusionauth-containers issues
Sort by recently updated
recently updated
newest added

Hi everybody, We have Fusionauth installed on EKS and we have an LB pointing towards CF. We are experiencing time outs from time to time with the admin page. I...

see `docker scan fusionauth/fusionauth-app:1.37.1` There are 13 vulnerabilities in apt/deb packages, and 11 vulnerabilities in maven packages. Apt ones are usually fixed by running an `apt-get upgrade` in the build...

Docker-compose (and docker run)'s healthchecks execute a command inside the container, and fusionauth's healthcheck lives at an HTTP endpoint, so in order to test it from inside the container we...

Hello, I have been trying to upgrade the Elasticsearch version of my search configurations. Current version is: 6.3.1. I run this in an EKS cluster. What I am asking is...

I have been battling with getting fa to work with mysql rds. I am using fusionauth/fusionauth-app:1.19.7 When I use this `DATABASE_URL: jdbc:mysql://database-2.cwymdn16cxes.us-east-1.rds.amazonaws.com;dbname=fusionauthdb` and I look in the docker logs, I...

Re: https://github.com/FusionAuth/fusionauth-containers/issues/59 We added the option for anyone to add additional JDK modules and build their own image based upon our `Dockerfile`. This was added to make it easier to...

By using a reverse proxy like Caddy, docker users may automatically publish their system on 443 without dealing with SSL certificates and all. Thanks to Caddy's auto integration with Letsencrypt....

Reverse proxying via caddy doesn't work. It gives 502 CaddyFile Content As below ``` # replace :80 with your domain name to get automatic https via LetsEncrypt https:// { reverse_proxy...

Hey, We've been using FusionAuth for quite a while, but starting with recent updates started to have the following error: sed: couldn't open temporary file /opt/openjdk/conf/security/sedxxx: Read-only file system Indeed,...