Closed ghost closed 4 years ago
looking at the logs I am getting this error which I'm assuming might be the fault:
seat-web_1 | AH00558: apache2: Could not reliably determine the server's ful ly qualified domain name, using 172.18.0.6. Set the 'ServerName' directive globa lly to suppress this message
How do I fix this?
I suggest that you join us on seat slack as it appears that you are floundering on the installation process for both manual and docker installation. There is not a lot that really go wrong with the basic docker installation so it will be easier to discuss in slack.
OK, my bad, it was an incomplete .env setup - I had missed the TRAEFIK_DOMAIN= value
I also needed to uncomment - "traefik.http.routers.seat-web.tls.certResolver=primary" in the yml file then stop the composer and start it again
all working now!
Hello,
I have previously tried to install SeAT manually but I've not been able to. I'm now trying the docker. It seems to have installed correctly but I am getting an "404 page not found" error.
I have definitely setup the Eve ESI application correctly and entered the details into the .env file. I have then rebuilt using: docker-compose up -d
My first thought it that SSL isn't setup/working properly but I don't know how to set up an SSL certificate with docker.
thanks!