added educaas templates
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
owncloud:
|
||||
image: owncloud
|
||||
ports:
|
||||
- "80:80"
|
||||
links:
|
||||
- db
|
||||
environment:
|
||||
|
||||
db:
|
||||
image: mariadb
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=password
|
||||
@@ -0,0 +1,9 @@
|
||||
.catalog:
|
||||
name: "Owncloud"
|
||||
version: "v0.1-educaas"
|
||||
description: "Library service powered by Owncloud"
|
||||
uuid: odoo-0
|
||||
minimum_rancher_version: v0.51.0
|
||||
questions:
|
||||
|
||||
owncloud:
|
||||
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 109 KiB |
@@ -0,0 +1,5 @@
|
||||
name: Owncloud
|
||||
description: |
|
||||
Library service powered by Owncloud
|
||||
version: v0.1-educaas
|
||||
category: Repository
|
||||
Reference in New Issue
Block a user