Merge pull request #3483 from hennevogel/bugfix/dc-version

Drop version setting from docker-compose conf
This commit is contained in:
Henne Vogelsang 2024-11-22 14:21:15 +01:00 committed by GitHub
commit 34df0d7661
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 0 additions and 6 deletions

View file

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

View file

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

View file

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