Remove obsolete version field from Docker Compose files

Docker Compose v2 no longer requires the version field and shows warnings.
Removes version: '3.8' from both docker-compose.yml and docker-compose.integration.yml
for cleaner configuration.
This commit is contained in:
Ryan Malloy 2025-09-05 11:27:55 -06:00
parent 1a7d48f171
commit 35790b83d9
2 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
# Docker Compose configuration for integration testing
# Separate from main docker-compose.yml to avoid conflicts during testing
version: '3.8'
services:
# PostgreSQL for integration tests

View File

@ -1,7 +1,6 @@
# Docker Compose setup for Video Processor with Procrastinate
# Complete development and testing environment
version: '3.8'
services:
# PostgreSQL database for Procrastinate