Merge branch 'develop/wordpress'

# Conflicts:
#	templates/WordPress/0/rancher-compose.yml
This commit is contained in:
WilliamMiceli
2019-01-12 19:47:13 -05:00
2 changed files with 15 additions and 48 deletions

View File

@@ -20,18 +20,8 @@ catalog:
label: "Public Host Domain"
description: |
The host that Traefik will use to provide public access.
Leaving this empty will disable Traefik on this stack.
default: "subdomain.domain.tld"
required: false
type: string
- variable: "WEB_PORT"
label: "Web Port"
description: |
The port to locally access the web interface on.
Leaving this empty will disable opening any port on the host system.
default: "10600"
required: false
required: true
type: string
- variable: "DB_ROOT_PASS"
@@ -57,9 +47,3 @@ catalog:
default: "Personal/Wordpress"
required: true
type: string
services:
wordpress:
scale: 1
mysql:
scale: 1