mirror of
https://github.com/davidallendj/opaal.git
synced 2025-12-19 19:17:01 -07:00
Commented out services in docker compose not being used
This commit is contained in:
parent
c25e3e2e1e
commit
a55a40d700
1 changed files with 72 additions and 72 deletions
|
|
@ -49,75 +49,75 @@ services:
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
networks:
|
networks:
|
||||||
- internal
|
- internal
|
||||||
consent:
|
# consent:
|
||||||
environment:
|
# environment:
|
||||||
- HYDRA_ADMIN_URL=http://hydra:4445
|
# - HYDRA_ADMIN_URL=http://hydra:4445
|
||||||
image: oryd/hydra-login-consent-node:v2.2.0
|
# image: oryd/hydra-login-consent-node:v2.2.0
|
||||||
ports:
|
# ports:
|
||||||
- "3001:3001"
|
# - "3001:3001"
|
||||||
restart: unless-stopped
|
# restart: unless-stopped
|
||||||
networks:
|
# networks:
|
||||||
- internal
|
# - internal
|
||||||
kratos-migrate:
|
# kratos-migrate:
|
||||||
image: oryd/kratos:v1.1.0
|
# image: oryd/kratos:v1.1.0
|
||||||
environment:
|
# environment:
|
||||||
- DSN=sqlite:///var/lib/sqlite/db.sqlite?_fk=true&mode=rwc
|
# - DSN=sqlite:///var/lib/sqlite/db.sqlite?_fk=true&mode=rwc
|
||||||
volumes:
|
# volumes:
|
||||||
- type: volume
|
# - type: volume
|
||||||
source: kratos-sqlite
|
# source: kratos-sqlite
|
||||||
target: /var/lib/sqlite
|
# target: /var/lib/sqlite
|
||||||
read_only: false
|
# read_only: false
|
||||||
- type: bind
|
# - type: bind
|
||||||
source: ./configs/kratos
|
# source: ./configs/kratos
|
||||||
target: /etc/config/kratos
|
# target: /etc/config/kratos
|
||||||
command: -c /etc/config/kratos/kratos.yml migrate sql -e --yes
|
# command: -c /etc/config/kratos/kratos.yml migrate sql -e --yes
|
||||||
restart: on-failure
|
# restart: on-failure
|
||||||
networks:
|
# networks:
|
||||||
- internal
|
# - internal
|
||||||
kratos-selfservice-ui-node:
|
# kratos-selfservice-ui-node:
|
||||||
image: oryd/kratos-selfservice-ui-node:v1.1.0
|
# image: oryd/kratos-selfservice-ui-node:v1.1.0
|
||||||
environment:
|
# environment:
|
||||||
- PORT=4455
|
# - PORT=4455
|
||||||
- SECURITY_MODE=
|
# - SECURITY_MODE=
|
||||||
- HYDRA_ADMIN_URL=http://127.0.0.1:4445/
|
# - HYDRA_ADMIN_URL=http://127.0.0.1:4445/
|
||||||
- KRATOS_PUBLIC_URL=http://kratos:4433/
|
# - KRATOS_PUBLIC_URL=http://kratos:4433/
|
||||||
- KRATOS_BROWSER_URL=http://127.0.0.1:4433/
|
# - KRATOS_BROWSER_URL=http://127.0.0.1:4433/
|
||||||
- COOKE_SECRET=1234567890
|
# - COOKE_SECRET=1234567890
|
||||||
- CSRF_COOKIE_NAME=_OPENCHAMI-CSRF
|
# - CSRF_COOKIE_NAME=_OPENCHAMI-CSRF
|
||||||
- CSRF_COOKIE_SECRET=OCHAMI1234
|
# - CSRF_COOKIE_SECRET=OCHAMI1234
|
||||||
- COOKIE_SECRET=testTESTtestTESTtestTEST
|
# - COOKIE_SECRET=testTESTtestTESTtestTEST
|
||||||
networks:
|
# networks:
|
||||||
- internal
|
# - internal
|
||||||
restart: on-failure
|
# restart: on-failure
|
||||||
ports:
|
# ports:
|
||||||
- "4455:4455"
|
# - "4455:4455"
|
||||||
kratos:
|
# kratos:
|
||||||
depends_on:
|
# depends_on:
|
||||||
- kratos-migrate
|
# - kratos-migrate
|
||||||
image: oryd/kratos:v1.1.0
|
# image: oryd/kratos:v1.1.0
|
||||||
container_name: kratos
|
# container_name: kratos
|
||||||
ports:
|
# ports:
|
||||||
- '4433:4433' # public
|
# - '4433:4433' # public
|
||||||
- '4434:4434' # admin
|
# - '4434:4434' # admin
|
||||||
restart: unless-stopped
|
# restart: unless-stopped
|
||||||
environment:
|
# environment:
|
||||||
- DSN=sqlite:///var/lib/sqlite/db.sqlite?_fk=true
|
# - DSN=sqlite:///var/lib/sqlite/db.sqlite?_fk=true
|
||||||
- LOG_LEVEL=trace
|
# - LOG_LEVEL=trace
|
||||||
command: serve -c /etc/config/kratos/kratos.yml --dev --watch-courier
|
# command: serve -c /etc/config/kratos/kratos.yml --dev --watch-courier
|
||||||
volumes:
|
# volumes:
|
||||||
- type: volume
|
# - type: volume
|
||||||
source: kratos-sqlite
|
# source: kratos-sqlite
|
||||||
target: /var/lib/sqlite
|
# target: /var/lib/sqlite
|
||||||
read_only: false
|
# read_only: false
|
||||||
- type: bind
|
# - type: bind
|
||||||
source: ./configs/kratos
|
# source: ./configs/kratos
|
||||||
target: /etc/config/kratos
|
# target: /etc/config/kratos
|
||||||
networks:
|
# networks:
|
||||||
- internal
|
# - internal
|
||||||
mailslurper:
|
# mailslurper:
|
||||||
image: oryd/mailslurper:latest-smtps
|
# image: oryd/mailslurper:latest-smtps
|
||||||
ports:
|
# ports:
|
||||||
- '4436:4436'
|
# - '4436:4436'
|
||||||
- '4437:4437'
|
# - '4437:4437'
|
||||||
networks:
|
# networks:
|
||||||
- internal
|
# - internal
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue