Projecte-UrbanTree / UrbanTree

🌳 Aplicatiu web per a la gestió del manteniment d'arbrat urbà i periurbà
1 stars 0 forks source link

Docker compose error when build and run using docker-compose 1.29.2 #96

Closed Ism1tha closed 6 days ago

Ism1tha commented 6 days ago

When i wanted to build and run the image using docker-compose (v1.29.2) i got this error:

ERROR: The Compose file './docker-compose.yml' is invalid because:
Unsupported config option for services.database: 'develop'
Unsupported config option for services.server: 'develop'

Here is a prompt of GPT about how we may fix this problem.

https://chatgpt.com/share/673db707-051c-800f-845f-423e59b624a5

Ism1tha commented 6 days ago

Upgraded to 2.x version and working fine.