mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-11 22:30:47 +01:00
chore(env): remove frontend port configuration from example files
This commit is contained in:
@@ -63,9 +63,6 @@ GODOXY_METRICS_DISABLE_DISK=false
|
|||||||
GODOXY_METRICS_DISABLE_NETWORK=false
|
GODOXY_METRICS_DISABLE_NETWORK=false
|
||||||
GODOXY_METRICS_DISABLE_SENSORS=false
|
GODOXY_METRICS_DISABLE_SENSORS=false
|
||||||
|
|
||||||
# Frontend listening port
|
|
||||||
GODOXY_FRONTEND_PORT=3000
|
|
||||||
|
|
||||||
# Frontend aliases (subdomains / FQDNs, e.g. godoxy, godoxy.domain.com)
|
# Frontend aliases (subdomains / FQDNs, e.g. godoxy, godoxy.domain.com)
|
||||||
GODOXY_FRONTEND_ALIASES=godoxy
|
GODOXY_FRONTEND_ALIASES=godoxy
|
||||||
|
|
||||||
|
|||||||
@@ -36,12 +36,8 @@ services:
|
|||||||
- all
|
- all
|
||||||
depends_on:
|
depends_on:
|
||||||
- app
|
- app
|
||||||
environment:
|
|
||||||
HOSTNAME: 127.0.0.1
|
|
||||||
PORT: ${GODOXY_FRONTEND_PORT:-3000}
|
|
||||||
labels:
|
labels:
|
||||||
proxy.aliases: ${GODOXY_FRONTEND_ALIASES:-godoxy}
|
proxy.aliases: ${GODOXY_FRONTEND_ALIASES:-godoxy}
|
||||||
proxy.#1.port: ${GODOXY_FRONTEND_PORT:-3000}
|
|
||||||
# proxy.#1.middlewares.cidr_whitelist: |
|
# proxy.#1.middlewares.cidr_whitelist: |
|
||||||
# status: 403
|
# status: 403
|
||||||
# message: IP not allowed
|
# message: IP not allowed
|
||||||
|
|||||||
Reference in New Issue
Block a user