navapbc / template-application-flask

Apache License 2.0
7 stars 3 forks source link

Remove version from docker compose files #231

Closed chouinar closed 2 months ago

chouinar commented 2 months ago

Ticket

n/a

Changes

Removed version from the docker-compose files

Context for reviewers

As of a recent version of docker, the version included at the top of a compose file is no longer needed and causes a warning whenever you run a command.

https://docs.docker.com/compose/compose-file/04-version-and-name/

Testing

Before this change, running make commands gave this warning message: Screenshot 2024-06-20 at 10 51 26 AM

After: Screenshot 2024-06-20 at 10 55 51 AM