fix dependencies on containers

This commit is contained in:
Marco Kundt 2021-04-20 20:23:15 +02:00
parent b24942db60
commit 2f47ef778b
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,10 @@
version: "3"
services:
mattermost:
depends_on:
- nginx
nginx:
container_name: nginx_mattermost
image: nginx:${NGINX_IMAGE_TAG}

View File

@ -21,7 +21,6 @@ services:
mattermost:
depends_on:
- postgres
- nginx
container_name: mattermost
image: mattermost/${MATTERMOST_IMAGE}:${MATTERMOST_IMAGE_TAG}
restart: ${RESTART_POLICY}