[!] BrunoO

Results 5 comments of [!] 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: ![image](https://github.com/user-attachments/assets/48fea535-a0c4-415a-9bd8-c4566cbdb3ef) Gaia Log ![image](https://github.com/user-attachments/assets/111ded47-df7b-4de2-a279-078316e02939) Runner Log: ![image](https://github.com/user-attachments/assets/f5aaab07-fbc2-4f9a-92fd-9f69ea8c93ca) 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..... ![image](https://github.com/user-attachments/assets/5f557d21-1ddd-4f0f-abc6-89b5d85e6574) ![image](https://github.com/user-attachments/assets/7efd03c9-b180-4078-88d3-e338bea88111) If i delete this Container return error on gaia