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_KEY=minio
|
||||
MINIO_SECRET=changeme
|
||||
MINIO_BUCKET=nine
|
||||
MINIO_BUCKET=ninegate
|
||||
MINIO_ROOT=
|
||||
MINIO_PATH_STYLE=1
|
||||
MINIO_SECURE=0
|
||||
|
|
|
@ -17,7 +17,7 @@ services:
|
|||
# Service redis pour le stockage des sessions
|
||||
redis:
|
||||
image: redis:4.0
|
||||
container_name: nineskeletor-redis
|
||||
container_name: ninegate-redis
|
||||
ports:
|
||||
- 6379:6379
|
||||
environment:
|
||||
|
@ -28,8 +28,8 @@ services:
|
|||
# Service postgresql pour le stockage de la bdd applicative
|
||||
postgresql:
|
||||
image: postgres:13-alpine
|
||||
container_name: nineskeletor-postgresql
|
||||
hostname: nineskeletor-postgresql
|
||||
container_name: ninegate-postgresql
|
||||
hostname: ninegate-postgresql
|
||||
environment:
|
||||
POSTGRES_MULTIPLE_DATABASES: ninegate,hydra
|
||||
POSTGRES_PASSWORD: ChangeMe
|
||||
|
@ -43,7 +43,7 @@ services:
|
|||
# Service websocket
|
||||
mercure:
|
||||
image: dunglas/mercure
|
||||
container_name: nineskeletor-mercure
|
||||
container_name: ninegate-mercure
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "80"
|
||||
|
@ -62,7 +62,7 @@ services:
|
|||
# Service de stockage Minio
|
||||
minio1:
|
||||
image: minio/minio:RELEASE.2021-01-16T02-19-44Z
|
||||
container_name: nineskeletor-minio1
|
||||
container_name: ninegate-minio1
|
||||
volumes:
|
||||
- data1-1:/data1
|
||||
- data1-2:/data2
|
||||
|
@ -81,7 +81,7 @@ services:
|
|||
# Service de stockage Minio
|
||||
minio2:
|
||||
image: minio/minio:RELEASE.2021-01-16T02-19-44Z
|
||||
container_name: nineskeletor-minio2
|
||||
container_name: ninegate-minio2
|
||||
volumes:
|
||||
- data2-1:/data1
|
||||
- data2-2:/data2
|
||||
|
@ -100,7 +100,7 @@ services:
|
|||
# Service de stockage Minio
|
||||
minio3:
|
||||
image: minio/minio:RELEASE.2021-01-16T02-19-44Z
|
||||
container_name: nineskeletor-minio3
|
||||
container_name: ninegate-minio3
|
||||
volumes:
|
||||
- data3-1:/data1
|
||||
- data3-2:/data2
|
||||
|
@ -119,7 +119,7 @@ services:
|
|||
# Service de stockage Minio
|
||||
minio4:
|
||||
image: minio/minio:RELEASE.2021-01-16T02-19-44Z
|
||||
container_name: nineskeletor-minio4
|
||||
container_name: ninegate-minio4
|
||||
volumes:
|
||||
- data4-1:/data1
|
||||
- data4-2:/data2
|
||||
|
@ -138,7 +138,7 @@ services:
|
|||
# Service nginx orchestrateur des minio
|
||||
nginx:
|
||||
image: nginx:1.19.2-alpine
|
||||
container_name: nineskeletor-nginx
|
||||
container_name: ninegate-nginx
|
||||
volumes:
|
||||
- ./containers/minio/nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
ports:
|
||||
|
@ -152,7 +152,7 @@ services:
|
|||
# Service hydra
|
||||
hydra:
|
||||
image: cadoles/hydra-v1
|
||||
container_name: nineskeletor-hydra
|
||||
container_name: ninegate-hydra
|
||||
volumes:
|
||||
- ./containers/hydra/clients.d:/etc/hydra/clients.d
|
||||
ports:
|
||||
|
@ -178,7 +178,7 @@ services:
|
|||
hydra-dispatcher:
|
||||
build:
|
||||
context: ./containers/hydra-dispatcher
|
||||
container_name: nineskeletor-hydra-dispatcher
|
||||
container_name: ninegate-hydra-dispatcher
|
||||
links:
|
||||
- hydra
|
||||
ports:
|
||||
|
@ -202,15 +202,15 @@ services:
|
|||
# Service fake smtp = optionnel
|
||||
mailer:
|
||||
image: schickling/mailcatcher
|
||||
container_name: nineskeletor-mailer
|
||||
container_name: ninegate-mailer
|
||||
ports:
|
||||
- 1025:1025
|
||||
- 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:
|
||||
image: osixia/openldap:1.5.0
|
||||
container_name: nineskeletor-openldap
|
||||
container_name: ninegate-openldap
|
||||
environment:
|
||||
LDAP_LOG_LEVEL: "256"
|
||||
LDAP_ORGANISATION: "nine"
|
||||
|
@ -232,7 +232,7 @@ services:
|
|||
# Service tool phpldapadmin = optionnel dans le cas de la présence d'un fake openldap
|
||||
phpldapadmin:
|
||||
image: osixia/phpldapadmin:latest
|
||||
container_name: nineskeletor-phpldapadmin
|
||||
container_name: ninegate-phpldapadmin
|
||||
environment:
|
||||
PHPLDAPADMIN_LDAP_HOSTS: "openldap"
|
||||
PHPLDAPADMIN_HTTPS: "false"
|
||||
|
@ -244,7 +244,7 @@ services:
|
|||
# Service tool adminer = optionnel
|
||||
adminer:
|
||||
image: adminer
|
||||
container_name: nineskeletor-adminer
|
||||
container_name: ninegate-adminer
|
||||
restart: always
|
||||
ports:
|
||||
- 6081:8080
|
||||
|
|
Loading…
Reference in New Issue