mattermost/docker-compose.yml aktualisiert
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
services:
|
services:
|
||||||
team-trib:
|
team-trib:
|
||||||
container_name: ${MM_NAME}
|
|
||||||
image: ${MM_IMAGE}
|
image: ${MM_IMAGE}
|
||||||
environment:
|
environment:
|
||||||
- MM_SQLSETTINGS_DRIVERNAME=postgres
|
- MM_SQLSETTINGS_DRIVERNAME=postgres
|
||||||
@@ -27,7 +26,6 @@ services:
|
|||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "${MM_EXTERNAL_HOST}"
|
- "${MM_EXTERNAL_HOST}"
|
||||||
postgres-server:
|
postgres-server:
|
||||||
container_name: postgres-server
|
|
||||||
image: postgres:latest
|
image: postgres:latest
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_DB="${MM_POSTGRES_DB}"
|
- POSTGRES_DB="${MM_POSTGRES_DB}"
|
||||||
|
|||||||
Reference in New Issue
Block a user