conda-incubator / conda-store

Data science environments, for collaboration. ✨
https://conda.store
BSD 3-Clause "New" or "Revised" License
137 stars 44 forks source link

[ENH] Update docker-compose.yaml to remove obsolete `version` config option #825

Open peytondmurray opened 1 month ago

peytondmurray commented 1 month ago

Context

Running docker compose up generates a warning:

WARN[0000] /home/pdmurray/Desktop/workspace/conda-store/docker-compose.yaml: `version` is obsolete

We should remove this before it becomes fully deprecated.

Value and/or benefit

Low priority, this is just a log message at the moment.

Anything else?

No response