Version tag removed from docker compose files

This commit is contained in:
Matheus Pereira Santos 2024-05-08 15:21:48 -03:00
parent f58530288c
commit de397e2d0a
3 changed files with 0 additions and 6 deletions

View File

@ -1,5 +1,3 @@
version: '3'
services: services:
docs: docs:
image: {{ cookiecutter.project_slug }}_local_docs image: {{ cookiecutter.project_slug }}_local_docs

View File

@ -1,5 +1,3 @@
version: '3'
volumes: volumes:
{{ cookiecutter.project_slug }}_local_postgres_data: {} {{ cookiecutter.project_slug }}_local_postgres_data: {}
{{ cookiecutter.project_slug }}_local_postgres_data_backups: {} {{ cookiecutter.project_slug }}_local_postgres_data_backups: {}

View File

@ -1,5 +1,3 @@
version: '3'
volumes: volumes:
production_postgres_data: {} production_postgres_data: {}
production_postgres_data_backups: {} production_postgres_data_backups: {}