Update: Work In Progress of modules
This commit is contained in:
parent
fb9ebb5380
commit
3a4a54bf31
@ -8,3 +8,7 @@
|
|||||||
For lUM, an initial config step is required:
|
For lUM, an initial config step is required:
|
||||||
|
|
||||||
https://lum.dev.box/setup/
|
https://lum.dev.box/setup/
|
||||||
|
|
||||||
|
https://lum.dev.box/setup/run_checks.php
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,7 @@ networks:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
manager:
|
lum:
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
traefik.enable: "true"
|
traefik.enable: "true"
|
||||||
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
manager:
|
lum:
|
||||||
environment:
|
environment:
|
||||||
- LDAP_DEBUG=true
|
- LDAP_DEBUG=true
|
||||||
- LDAP_VERBOSE_CONNECTION_LOGS=true
|
- LDAP_VERBOSE_CONNECTION_LOGS=true
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
version: "3.9"
|
version: "3.7"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
ldap:
|
ldap:
|
||||||
@ -7,7 +7,7 @@ networks:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
manager:
|
lum:
|
||||||
image: wheelybird/ldap-user-manager:latest
|
image: wheelybird/ldap-user-manager:latest
|
||||||
#restart: always
|
#restart: always
|
||||||
|
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
networks:
|
networks:
|
||||||
front:
|
front:
|
||||||
external: true
|
external: true
|
||||||
name: ${APP_PROXY_NETWORK}
|
name: ${APP_PROXY_NETWORK:-traefik}
|
||||||
|
|
||||||
services:
|
services:
|
||||||
minio:
|
minio:
|
||||||
|
|||||||
@ -2,7 +2,7 @@ version: "3.9"
|
|||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
name: ${APP_MINIO_NETWORK}
|
name: ${APP_S3_NETWORK:-s3}
|
||||||
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
@ -19,3 +19,4 @@ services:
|
|||||||
- MINIO_DOMAIN=minio.$APP_TOP_DOMAIN
|
- MINIO_DOMAIN=minio.$APP_TOP_DOMAIN
|
||||||
- MINIO_SERVER_URL=https://minio.$APP_TOP_DOMAIN
|
- MINIO_SERVER_URL=https://minio.$APP_TOP_DOMAIN
|
||||||
- MINIO_BROWSER_REDIRECT_URL=https://minio-console.$APP_TOP_DOMAIN
|
- MINIO_BROWSER_REDIRECT_URL=https://minio-console.$APP_TOP_DOMAIN
|
||||||
|
|
||||||
|
|||||||
@ -8,3 +8,9 @@
|
|||||||
For lUM, an initial config step is required:
|
For lUM, an initial config step is required:
|
||||||
|
|
||||||
https://lum.dev.box/setup/
|
https://lum.dev.box/setup/
|
||||||
|
|
||||||
|
If you want to connect with JXplorer:
|
||||||
|
IP: your epxosed IP ....
|
||||||
|
BASE_DN: dc=my,dc=domain
|
||||||
|
User DN: cn=admin,dc=dev,dc=box
|
||||||
|
User password: LDAPADMINPASS
|
||||||
|
|||||||
@ -4,8 +4,8 @@ services:
|
|||||||
traefik:
|
traefik:
|
||||||
ports:
|
ports:
|
||||||
- "$APP_PUBLIC_IP:443:443"
|
- "$APP_PUBLIC_IP:443:443"
|
||||||
labels:
|
#labels:
|
||||||
- "traefik.http.routers.dashboard.tls=true"
|
# - "traefik.http.routers.dashboard.tls=true"
|
||||||
environment:
|
environment:
|
||||||
|
|
||||||
# Entrypoints
|
# Entrypoints
|
||||||
@ -1,16 +1,16 @@
|
|||||||
---
|
---
|
||||||
version: "3.7"
|
version: "3.7"
|
||||||
|
|
||||||
networks:
|
#networks:
|
||||||
default:
|
# default:
|
||||||
name: ${APP_NETWORK}
|
# name: ${APP_NETWORK}
|
||||||
|
|
||||||
services:
|
services:
|
||||||
traefik:
|
traefik:
|
||||||
image: ${APP_IMAGE:-traefik}:${APP_VERSION:-v2.6.1}
|
image: ${APP_IMAGE:-traefik}:${APP_VERSION:-v2.6.1}
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
#networks:
|
||||||
default:
|
# default:
|
||||||
environment:
|
environment:
|
||||||
|
|
||||||
#command:
|
#command:
|
||||||
@ -46,14 +46,14 @@ services:
|
|||||||
- ./logs:/logs
|
- ./logs:/logs
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
|
||||||
labels:
|
# labels:
|
||||||
#### Labels define the behavior and rules of the traefik proxy for this container ####
|
# #### Labels define the behavior and rules of the traefik proxy for this container ####
|
||||||
- "traefik.enable=true" # <== Enable traefik on itself to view dashboard and assign subdomain to view it
|
# - "traefik.enable=true" # <== Enable traefik on itself to view dashboard and assign subdomain to view it
|
||||||
- "traefik.http.routers.dashboard.rule=Host(`${APP_DOMAIN}`)" # <== Setting the domain for the dashboard
|
# - "traefik.http.routers.dashboard.rule=Host(`${APP_DOMAIN}`)" # <== Setting the domain for the dashboard
|
||||||
#- "traefik.http.routers.dashboard.service=api@internal" # <== Enabling the api to be a service to access
|
# #- "traefik.http.routers.dashboard.service=api@internal" # <== Enabling the api to be a service to access
|
||||||
- "traefik.http.routers.dashboard.service=dashboard" # <== Enabling the api to be a service to access
|
# - "traefik.http.routers.dashboard.service=dashboard" # <== Enabling the api to be a service to access
|
||||||
- "traefik.http.routers.dashboard.entrypoints=$TRAEFIK_ENTRYPOINTS"
|
# - "traefik.http.routers.dashboard.entrypoints=$TRAEFIK_ENTRYPOINTS"
|
||||||
#- "traefik.http.routers.dashboard.tls=true"
|
# #- "traefik.http.routers.dashboard.tls=true"
|
||||||
- "traefik.http.routers.dashboard.tls.certresolver=$TRAEFIK_CERTRESOLV"
|
# - "traefik.http.routers.dashboard.tls.certresolver=$TRAEFIK_CERTRESOLV"
|
||||||
- "traefik.http.services.dashboard.loadbalancer.server.port=8080"
|
# - "traefik.http.services.dashboard.loadbalancer.server.port=8080"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user