Use Docker Compose specification

This commit is contained in:
Oleh Vehera 2023-07-20 10:09:08 +00:00
parent 1fee048edc
commit cf6761bfc3
3 changed files with 0 additions and 7 deletions

View File

@ -1,5 +1,3 @@
version: "2.4"
services:
nginx:
depends_on:

View File

@ -1,5 +1,3 @@
version: "2.4"
services:
mattermost:
ports:

View File

@ -1,7 +1,4 @@
# https://docs.docker.com/compose/environment-variables/
version: "2.4"
services:
postgres:
image: postgres:${POSTGRES_IMAGE_TAG}