Removed host ports, not needed
This commit is contained in:
@@ -41,9 +41,6 @@ services:
|
|||||||
- mysql
|
- mysql
|
||||||
networks:
|
networks:
|
||||||
- public-proxy
|
- public-proxy
|
||||||
ports:
|
|
||||||
- "${SSH_PORT}:22"
|
|
||||||
- "${WEB_PORT}:3000"
|
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro # Syncronize time of container with the host system
|
- /etc/localtime:/etc/localtime:ro # Syncronize time of container with the host system
|
||||||
|
|||||||
@@ -20,31 +20,14 @@ catalog:
|
|||||||
label: "Public Host Domain"
|
label: "Public Host Domain"
|
||||||
description: |
|
description: |
|
||||||
The host that Traefik will use to provide public access.
|
The host that Traefik will use to provide public access.
|
||||||
Leaving this empty will disable Traefik on this stack.
|
|
||||||
default: "subdomain.domain.tld"
|
default: "subdomain.domain.tld"
|
||||||
required: false
|
|
||||||
type: string
|
|
||||||
|
|
||||||
- variable: "WEB_PORT"
|
|
||||||
label: "Local Web Port"
|
|
||||||
description: |
|
|
||||||
The port to locally access the web interface on.
|
|
||||||
default: "10500"
|
|
||||||
required: true
|
|
||||||
type: string
|
|
||||||
|
|
||||||
- variable: "SSH_PORT"
|
|
||||||
label: "SSH Port"
|
|
||||||
description: |
|
|
||||||
The port to access the SSH server on.
|
|
||||||
default: "10522"
|
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
- variable: "DB_ROOT_PASS"
|
- variable: "DB_ROOT_PASS"
|
||||||
label: "MySQL Root Password"
|
label: "Database Root Password"
|
||||||
description: |
|
description: |
|
||||||
A secure password to be used by the "root" MySQL user.
|
A secure password to be used by the "root" database user.
|
||||||
# default:
|
# default:
|
||||||
required: true
|
required: true
|
||||||
type: password
|
type: password
|
||||||
@@ -52,7 +35,7 @@ catalog:
|
|||||||
- variable: "DB_USER_PASS"
|
- variable: "DB_USER_PASS"
|
||||||
label: "MySQL User Password"
|
label: "MySQL User Password"
|
||||||
description: |
|
description: |
|
||||||
A secure password to be used by the "gogs_user" MySQL user.
|
A secure password to be used by the "gogs_user" database user.
|
||||||
# default:
|
# default:
|
||||||
required: true
|
required: true
|
||||||
type: password
|
type: password
|
||||||
|
|||||||
Reference in New Issue
Block a user