You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having an issue with a docker-compose file. It seems a recent update has broken my deployments. I noticed that the generated Coolify docker-compose file adds environment variables 0 and 1 which are not used by me - I don't know if they are used under the hood for Coolify.
Coolify version: v4.0.0-beta.390
The error I get from my container building:
2025-Feb-05 04:38:50.042430
Pulling & building required images.
2025-Feb-05 04:38:50.367588
docker exec aw4gc40gcgww4c80w8ksowso bash -c 'SOURCE_COMMIT=b5fca0b8560cc8e5a2be5ba4a4ba9ce9d4ac0630 COOLIFY_BRANCH=main docker compose --env-file /artifacts/aw4gc40gcgww4c80w8ksowso/.env --project-name ccw0sww --project-directory /artifacts/aw4gc40gcgww4c80w8ksowso -f /artifacts/aw4gc40gcgww4c80w8ksowso/docker-compose.yaml build --pull'
2025-Feb-05 04:38:50.367588
Non-string key in services.frontend.environment: 0
2025-Feb-05 04:38:51.174537
Oops something is not okay, are you okay? 😢
2025-Feb-05 04:38:51.176740
Non-string key in services.frontend.environment: 0
Seems like the 0 and 1 environment variables are causing issues and I noticed some environment variables are now wrapped as a string.
The text was updated successfully, but these errors were encountered:
billy-le
changed the title
Non-string key in services.frontend.environment: 0
[BUG] Non-string key in services.frontend.environment: 0
Feb 5, 2025
billy-le
changed the title
[BUG] Non-string key in services.frontend.environment: 0
[Bug]: Non-string key in services.frontend.environment: 0
Feb 5, 2025
I'm having an issue with a docker-compose file. It seems a recent update has broken my deployments. I noticed that the generated Coolify docker-compose file adds environment variables 0 and 1 which are not used by me - I don't know if they are used under the hood for Coolify.
Coolify version: v4.0.0-beta.390
The error I get from my container building:
Here is my docker compose yaml
But this is what is generated from Coolify:
Seems like the 0 and 1 environment variables are causing issues and I noticed some environment variables are now wrapped as a string.
The text was updated successfully, but these errors were encountered: