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:
parent
1a7d48f171
commit
35790b83d9
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user