Skip to content

Commit

Permalink
chore: remove deprecated 'version' from compose files [#44]
Browse files Browse the repository at this point in the history
  • Loading branch information
nickatnight committed Sep 14, 2024
1 parent 37ae2ca commit 45d70c9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions {{ cookiecutter.project_slug }}/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3'

volumes:
base-data:
{{ cookiecutter.db_container_name }}-data:
Expand Down
2 changes: 0 additions & 2 deletions {{ cookiecutter.project_slug }}/ops/docker-compose.prod.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.4'

x-fastapi-envs: &fastapi_envs
environment:
- PROJECT_NAME={{ cookiecutter.project_slug|replace('-', '_') }}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.4'

x-fastapi-envs: &fastapi_envs
environment:
- PROJECT_NAME={{ cookiecutter.project_slug|replace('-', '_') }}
Expand Down
4 changes: 0 additions & 4 deletions {{ cookiecutter.project_slug }}/ops/docker-compose.test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---

version: '3.7'

services:
backend:
build:
Expand Down

0 comments on commit 45d70c9

Please sign in to comment.