Merge pull request #3483 from hennevogel/bugfix/dc-version
Drop version setting from docker-compose conf
This commit is contained in:
commit
34df0d7661
3 changed files with 0 additions and 6 deletions
|
|
@ -1,5 +1,3 @@
|
||||||
version: "2.4"
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
osem:
|
osem:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
version: "2.4"
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
database:
|
database:
|
||||||
image: postgres:16-alpine
|
image: postgres:16-alpine
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
version: "2.4"
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
production_database:
|
production_database:
|
||||||
image: postgres:12-alpine
|
image: postgres:12-alpine
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue