Replies: 2 comments
-
| Okay, that's my current docker-compose.yaml. I've now reached the install, and it's accepting my user and installation token. It seems to save the user, and then I'm asked for the installation token again. I have to say, it's difficult to install with the "poor" documentation. We'll see, maybe we can solve the problem ;)  | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            -
| Okay, I was able to solve it!! my .env: my docker-compose.yaml my my.cnf If anyone has any suggestions to improve it, I'm open to anything! | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
After the test environment - now a small live environment
With the Docker-compose.yaml from the API repository, it's not difficult to set up a test environment. With this foundation, I wanted to set up a small live environment.
So, the
in:
then I connected my Traefik and added the MySQL credentials.
Here my complete Stack:
Conclusion:
The GUI is accessible, but when I try to connect the API, it's "dead."
I get this message!
As far as I can see, it's having problems with the MySQL port, right?
Can anyone help me here?
Beta Was this translation helpful? Give feedback.
All reactions