mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-25 14:15:38 +03:00
mattermost migrated
This commit is contained in:
parent
c074d7eb76
commit
ee6878a5dd
@ -1,4 +1,5 @@
|
|||||||
all: mmed
|
all: app
|
||||||
mmed:
|
|
||||||
docker build --compress -t epicmorg/mattermost-enterprise-edition .
|
app:
|
||||||
docker push epicmorg/mattermost-enterprise-edition:latest
|
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