ninegate
Cadoles/nineskeletor/pipeline/head There was a failure building this commit
Details
Cadoles/nineskeletor/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
800945e44b
commit
0dcd6349c0
2
.env
2
.env
|
@ -157,7 +157,7 @@ MERCURE_JWT_SECRET="!changeme!changeme!changeme!changeme!changeme!changeme!"
|
||||||
MINIO_URL=http://127.0.0.1:9000
|
MINIO_URL=http://127.0.0.1:9000
|
||||||
MINIO_KEY=minio
|
MINIO_KEY=minio
|
||||||
MINIO_SECRET=changeme
|
MINIO_SECRET=changeme
|
||||||
MINIO_BUCKET=nine
|
MINIO_BUCKET=ninegate
|
||||||
MINIO_ROOT=
|
MINIO_ROOT=
|
||||||
MINIO_PATH_STYLE=1
|
MINIO_PATH_STYLE=1
|
||||||
MINIO_SECURE=0
|
MINIO_SECURE=0
|
||||||
|
|
|
@ -17,7 +17,7 @@ services:
|
||||||
# Service redis pour le stockage des sessions
|
# Service redis pour le stockage des sessions
|
||||||
redis:
|
redis:
|
||||||
image: redis:4.0
|
image: redis:4.0
|
||||||
container_name: nineskeletor-redis
|
container_name: ninegate-redis
|
||||||
ports:
|
ports:
|
||||||
- 6379:6379
|
- 6379:6379
|
||||||
environment:
|
environment:
|
||||||
|
@ -28,8 +28,8 @@ services:
|
||||||
# Service postgresql pour le stockage de la bdd applicative
|
# Service postgresql pour le stockage de la bdd applicative
|
||||||
postgresql:
|
postgresql:
|
||||||
image: postgres:13-alpine
|
image: postgres:13-alpine
|
||||||
container_name: nineskeletor-postgresql
|
container_name: ninegate-postgresql
|
||||||
hostname: nineskeletor-postgresql
|
hostname: ninegate-postgresql
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_MULTIPLE_DATABASES: ninegate,hydra
|
POSTGRES_MULTIPLE_DATABASES: ninegate,hydra
|
||||||
POSTGRES_PASSWORD: ChangeMe
|
POSTGRES_PASSWORD: ChangeMe
|
||||||
|
@ -43,7 +43,7 @@ services:
|
||||||
# Service websocket
|
# Service websocket
|
||||||
mercure:
|
mercure:
|
||||||
image: dunglas/mercure
|
image: dunglas/mercure
|
||||||
container_name: nineskeletor-mercure
|
container_name: ninegate-mercure
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "80"
|
- "80"
|
||||||
|
@ -62,7 +62,7 @@ services:
|
||||||
# Service de stockage Minio
|
# Service de stockage Minio
|
||||||
minio1:
|
minio1:
|
||||||
image: minio/minio:RELEASE.2021-01-16T02-19-44Z
|
image: minio/minio:RELEASE.2021-01-16T02-19-44Z
|
||||||
container_name: nineskeletor-minio1
|
container_name: ninegate-minio1
|
||||||
volumes:
|
volumes:
|
||||||
- data1-1:/data1
|
- data1-1:/data1
|
||||||
- data1-2:/data2
|
- data1-2:/data2
|
||||||
|
@ -81,7 +81,7 @@ services:
|
||||||
# Service de stockage Minio
|
# Service de stockage Minio
|
||||||
minio2:
|
minio2:
|
||||||
image: minio/minio:RELEASE.2021-01-16T02-19-44Z
|
image: minio/minio:RELEASE.2021-01-16T02-19-44Z
|
||||||
container_name: nineskeletor-minio2
|
container_name: ninegate-minio2
|
||||||
volumes:
|
volumes:
|
||||||
- data2-1:/data1
|
- data2-1:/data1
|
||||||
- data2-2:/data2
|
- data2-2:/data2
|
||||||
|
@ -100,7 +100,7 @@ services:
|
||||||
# Service de stockage Minio
|
# Service de stockage Minio
|
||||||
minio3:
|
minio3:
|
||||||
image: minio/minio:RELEASE.2021-01-16T02-19-44Z
|
image: minio/minio:RELEASE.2021-01-16T02-19-44Z
|
||||||
container_name: nineskeletor-minio3
|
container_name: ninegate-minio3
|
||||||
volumes:
|
volumes:
|
||||||
- data3-1:/data1
|
- data3-1:/data1
|
||||||
- data3-2:/data2
|
- data3-2:/data2
|
||||||
|
@ -119,7 +119,7 @@ services:
|
||||||
# Service de stockage Minio
|
# Service de stockage Minio
|
||||||
minio4:
|
minio4:
|
||||||
image: minio/minio:RELEASE.2021-01-16T02-19-44Z
|
image: minio/minio:RELEASE.2021-01-16T02-19-44Z
|
||||||
container_name: nineskeletor-minio4
|
container_name: ninegate-minio4
|
||||||
volumes:
|
volumes:
|
||||||
- data4-1:/data1
|
- data4-1:/data1
|
||||||
- data4-2:/data2
|
- data4-2:/data2
|
||||||
|
@ -138,7 +138,7 @@ services:
|
||||||
# Service nginx orchestrateur des minio
|
# Service nginx orchestrateur des minio
|
||||||
nginx:
|
nginx:
|
||||||
image: nginx:1.19.2-alpine
|
image: nginx:1.19.2-alpine
|
||||||
container_name: nineskeletor-nginx
|
container_name: ninegate-nginx
|
||||||
volumes:
|
volumes:
|
||||||
- ./containers/minio/nginx.conf:/etc/nginx/nginx.conf:ro
|
- ./containers/minio/nginx.conf:/etc/nginx/nginx.conf:ro
|
||||||
ports:
|
ports:
|
||||||
|
@ -152,7 +152,7 @@ services:
|
||||||
# Service hydra
|
# Service hydra
|
||||||
hydra:
|
hydra:
|
||||||
image: cadoles/hydra-v1
|
image: cadoles/hydra-v1
|
||||||
container_name: nineskeletor-hydra
|
container_name: ninegate-hydra
|
||||||
volumes:
|
volumes:
|
||||||
- ./containers/hydra/clients.d:/etc/hydra/clients.d
|
- ./containers/hydra/clients.d:/etc/hydra/clients.d
|
||||||
ports:
|
ports:
|
||||||
|
@ -178,7 +178,7 @@ services:
|
||||||
hydra-dispatcher:
|
hydra-dispatcher:
|
||||||
build:
|
build:
|
||||||
context: ./containers/hydra-dispatcher
|
context: ./containers/hydra-dispatcher
|
||||||
container_name: nineskeletor-hydra-dispatcher
|
container_name: ninegate-hydra-dispatcher
|
||||||
links:
|
links:
|
||||||
- hydra
|
- hydra
|
||||||
ports:
|
ports:
|
||||||
|
@ -202,15 +202,15 @@ services:
|
||||||
# Service fake smtp = optionnel
|
# Service fake smtp = optionnel
|
||||||
mailer:
|
mailer:
|
||||||
image: schickling/mailcatcher
|
image: schickling/mailcatcher
|
||||||
container_name: nineskeletor-mailer
|
container_name: ninegate-mailer
|
||||||
ports:
|
ports:
|
||||||
- 1025:1025
|
- 1025:1025
|
||||||
- 1080:1080
|
- 1080:1080
|
||||||
|
|
||||||
# Service fake openldap = optionnel si nineskeletor a une synchronisation avec un annuaire
|
# Service fake openldap = optionnel si ninegate a une synchronisation avec un annuaire
|
||||||
openldap:
|
openldap:
|
||||||
image: osixia/openldap:1.5.0
|
image: osixia/openldap:1.5.0
|
||||||
container_name: nineskeletor-openldap
|
container_name: ninegate-openldap
|
||||||
environment:
|
environment:
|
||||||
LDAP_LOG_LEVEL: "256"
|
LDAP_LOG_LEVEL: "256"
|
||||||
LDAP_ORGANISATION: "nine"
|
LDAP_ORGANISATION: "nine"
|
||||||
|
@ -232,7 +232,7 @@ services:
|
||||||
# Service tool phpldapadmin = optionnel dans le cas de la présence d'un fake openldap
|
# Service tool phpldapadmin = optionnel dans le cas de la présence d'un fake openldap
|
||||||
phpldapadmin:
|
phpldapadmin:
|
||||||
image: osixia/phpldapadmin:latest
|
image: osixia/phpldapadmin:latest
|
||||||
container_name: nineskeletor-phpldapadmin
|
container_name: ninegate-phpldapadmin
|
||||||
environment:
|
environment:
|
||||||
PHPLDAPADMIN_LDAP_HOSTS: "openldap"
|
PHPLDAPADMIN_LDAP_HOSTS: "openldap"
|
||||||
PHPLDAPADMIN_HTTPS: "false"
|
PHPLDAPADMIN_HTTPS: "false"
|
||||||
|
@ -244,7 +244,7 @@ services:
|
||||||
# Service tool adminer = optionnel
|
# Service tool adminer = optionnel
|
||||||
adminer:
|
adminer:
|
||||||
image: adminer
|
image: adminer
|
||||||
container_name: nineskeletor-adminer
|
container_name: ninegate-adminer
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 6081:8080
|
- 6081:8080
|
||||||
|
|
Loading…
Reference in New Issue