Skip to content

Commit

Permalink
remove networks
Browse files Browse the repository at this point in the history
  • Loading branch information
pratham1729 committed Aug 18, 2024
1 parent ba7a13b commit a2b62ff
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.
3 changes: 1 addition & 2 deletions config/kratos.yaml → config/kratos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ identity:
schemas:
- id: default
url: file:///etc/config/kratos/identity.schema.json

courier:
smtp:
connection_uri: smtp://pks:pkswashere@localhost:25/?skip_ssl_verify=true
connection_uri: smtps://accounts:[email protected]:465/
7 changes: 0 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,14 @@ services:
volumes:
- db-data:/var/lib/postgresql/data
- ./init.sql:/docker-entrypoint-initdb.d/init.sql
networks:
- nymeria-network
app:
container_name: nymeria-app
build: .
ports:
- "9898:9898"
depends_on:
- db
networks:
- nymeria-network

volumes:
db-data:
name: nymeria-db

networks:
nymeria-network:
7 changes: 0 additions & 7 deletions kratos.docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ services:
- type: bind
source: ./config
target: /etc/config/kratos
extra_hosts:
- "host.docker.internal:host-gateway"
network_mode: host

volumes:
kratos-sqlite:

networks:
nymeria-network:
external: true

0 comments on commit a2b62ff

Please sign in to comment.