Skip to content

Commit

Permalink
chore: Tidy compose setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Oct 12, 2024
1 parent b0d9e3c commit a7614bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
node_modules
coldmfa/app/node_modules
public/coldmfa
compose
14 changes: 1 addition & 13 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
db:
image: postgres:16-alpine
image: postgres:17-alpine
restart: unless-stopped
shm_size: 128mb
environment:
Expand Down Expand Up @@ -45,18 +45,6 @@ services:
- ./compose/kratos/:/etc/config/kratos/
networks:
- default
kratos-selfservice-ui-node:
image: oryd/kratos-selfservice-ui-node:v1.2.0
ports:
- "4455:4455"
environment:
- PORT=4455
- SECURITY_MODE=
- KRATOS_PUBLIC_URL=http://kratos:4433/
- KRATOS_BROWSER_URL=http://127.0.0.1:4433/
- COOKIE_SECRET=dev1secret2
- CSRF_COOKIE_NAME=ory_csrf_ui
- CSRF_COOKIE_SECRET=dev1csrf2secret3
mailslurper:
image: oryd/mailslurper:latest-smtps
ports:
Expand Down

0 comments on commit a7614bc

Please sign in to comment.