Skip to content

Commit e6093b3

Browse files
authored
Remove version from docker compose files (#231)
## 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](https://github.com/navapbc/template-application-flask/assets/46358556/9f49d86a-28e9-4120-b1bd-9218e3f68403) After: ![Screenshot 2024-06-20 at 10 55 51 AM](https://github.com/navapbc/template-application-flask/assets/46358556/e403c059-20b8-4700-8d64-5384cbf433f3)
1 parent f2d19d5 commit e6093b3

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

docker-compose.debug.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
version: "3.8"
2-
31
# run with `docker compose -f`
42
# combines ports and env vars with the main docker-compose.yml main-app service
5-
63
services:
74
main-app:
85
build:

docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: '3'
2-
31
services:
42

53
main-db:

0 commit comments

Comments
 (0)