Drop version setting from docker-compose conf

This commit is contained in:
Henne Vogelsang 2024-11-22 13:41:08 +01:00
parent 55943db57f
commit bda376142e
No known key found for this signature in database
GPG key ID: 97DDB66BDAF8D4D6
3 changed files with 0 additions and 6 deletions

View file

@ -1,5 +1,3 @@
version: "2.4"
services: services:
osem: osem:
build: build:

View file

@ -1,5 +1,3 @@
version: "2.4"
services: services:
database: database:
image: postgres:16-alpine image: postgres:16-alpine

View file

@ -1,5 +1,3 @@
version: "2.4"
services: services:
production_database: production_database:
image: postgres:12-alpine image: postgres:12-alpine