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