[!] BrunoO
[!] BrunoO
Or if it is possible to teach how to leave Arch / Manjaro that way because it looks very beautiful
Follow the docker-compose file: ``` version: "3.9" services: gaia: image: "gaiaapp/gaia" ports: - "8080:8080" environment: - "GAIA_MONGODB_URI=mongodb://mongo/gaia" - "GAIA_RUNNER_API_PASSWORD=123456" - "GAIA_EXTERNAL_URL=http://localhost:8080" - "SPRING_PROFILES_ACTIVE=github" - "SPRING_SECURITY_OAUTH2_CLIENT_REGISTRATION_GITHUB_CLIENT_ID=xxxxxxxxxx" - "SPRING_SECURITY_OAUTH2_CLIENT_REGISTRATION_GITHUB_CLIENT_SECRET=xxxxxxxxx" runner: image: "gaiaapp/runner"...
Job stuck:  Gaia Log  Runner Log:  My compose file: ``` version: "3.9" services: gaia: image: "gaiaapp/gaia" ports: - "8080:8080" environment: - "GAIA_MONGODB_URI=mongodb://mongo/gaia" - "GAIA_RUNNER_API_PASSWORD=123456" - "GAIA_EXTERNAL_URL=http://localhost:8080" -...
Now when i try run a module, gaia create a terraform container BUT not running.....   If i delete this Container return error on gaia
@juwit can help?