Use named volumes for mattermost.
This commit is contained in:
@@ -9,8 +9,16 @@ networks:
|
|||||||
volumes:
|
volumes:
|
||||||
semaphore:
|
semaphore:
|
||||||
name: semaphore
|
name: semaphore
|
||||||
|
mattermost:
|
||||||
|
name: mattermost
|
||||||
mattermost-config:
|
mattermost-config:
|
||||||
name: mattermost-config
|
name: mattermost-config
|
||||||
|
mattermost-client-plugins:
|
||||||
|
name: mattermost-client-plugins
|
||||||
|
mattermost-plugins:
|
||||||
|
name: mattermost-plugins
|
||||||
|
mattermost-logs:
|
||||||
|
name: mattermost-logs
|
||||||
|
|
||||||
services:
|
services:
|
||||||
semaphore:
|
semaphore:
|
||||||
@@ -54,7 +62,11 @@ services:
|
|||||||
- proxy
|
- proxy
|
||||||
- internal
|
- internal
|
||||||
volumes:
|
volumes:
|
||||||
|
- mattermost:/mattermost/data
|
||||||
- mattermost-config:/mattermost/config:rw
|
- mattermost-config:/mattermost/config:rw
|
||||||
|
- mattermost-client-plugins:/mattermost/client/plugins
|
||||||
|
- mattermost-plugins:/mattermost/plugins
|
||||||
|
- mattermost-logs:/mattermost/logs
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.mattermost.entrypoints=web"
|
- "traefik.http.routers.mattermost.entrypoints=web"
|
||||||
|
|||||||
Reference in New Issue
Block a user