fix: remove obsolete docker compose version (#2982)

### Description

```
WARN[0000] /home/jo/code/github.com/libretime/libretime/docker-compose.yml: `version` is obsolete 
WARN[0000] /home/jo/code/github.com/libretime/libretime/docker-compose.override.yml: `version` is obsolete 
```
This commit is contained in:
Jonas L 2024-04-13 14:37:04 +02:00 committed by GitHub
parent 9192aaa2bb
commit fb0584b021
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 4 deletions

View file

@ -1,5 +1,3 @@
version: "3.7"
services:
postgres:
image: postgres:15