Skip to content

Commit

Permalink
docker changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shimilgithub committed Feb 9, 2024
1 parent 7a76a54 commit 6688f1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ services:
image: oryd/kratos:v1.0.0
ports:
- '4433:4433' # public
# - '4434:4434' # admin
- '4434:4434' # admin
restart: unless-stopped
environment:
- DSN=${VACHAN_AUTH_DATABASE:-postgres://kratos:secret@kratos-postgresd:5432/kratos?sslmode=disable&max_conns=20&max_idle_conns=4}
Expand Down Expand Up @@ -294,10 +294,10 @@ services:
image: oryd/kratos:v1.0.0
ports:
- "4433:4433" # public
# - "4434:4434" # admin
- "4444:4434" # admin
expose:
- 4433
- 4434
- 4444
restart: unless-stopped
environment:
- COURIER_SMTP_CONNECTION_URI=${VACHAN_SUPPORT_EMAIL_CREDS:-smtps://test:test@mailslurper:1025/?skip_ssl_verify=true&legacy_ssl=true}
Expand Down

0 comments on commit 6688f1c

Please sign in to comment.