mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-25 06:05:37 +03:00
mattermost migrated
This commit is contained in:
parent
c074d7eb76
commit
ee6878a5dd
@ -1,4 +1,5 @@
|
||||
all: mmed
|
||||
mmed:
|
||||
docker build --compress -t epicmorg/mattermost-enterprise-edition .
|
||||
docker push epicmorg/mattermost-enterprise-edition:latest
|
||||
all: app
|
||||
|
||||
app:
|
||||
docker-compose build --compress
|
||||
docker-compose push
|
||||
|
6
linux/mattermost/latest/docker-compose.yml
Normal file
6
linux/mattermost/latest/docker-compose.yml
Normal file
@ -0,0 +1,6 @@
|
||||
version: '3.9'
|
||||
services:
|
||||
app:
|
||||
image: "epicmorg/mattermost-enterprise-edition:latest"
|
||||
build:
|
||||
context: .
|
Loading…
Reference in New Issue
Block a user