Skip to content

Commit

Permalink
fix(kratos): spin up the courier next to the server
Browse files Browse the repository at this point in the history
Release-As: 1.8.1
  • Loading branch information
meysam81 committed Dec 17, 2024
1 parent ccf81b6 commit 41d3463
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: meysam81
name: general
version: 1.8.0
version: 1.8.1
readme: README.md
authors:
- Meysam Azad <meysam@developer-friendly.blog>
Expand Down
2 changes: 1 addition & 1 deletion roles/kratos/templates/kratos.service.j2
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ExecStartPre=/usr/local/bin/kratos migrate sql --yes --read-from-env --config /e
EnvironmentFile=/etc/kratos/kratos.env

# Executable and configuration
Environment="KRATOS_ARGS=--config /etc/kratos/config.yml"
Environment="KRATOS_ARGS=--watch-courier --config /etc/kratos/config.yml"
ExecStart={{ kratos_exec_cmd }} $KRATOS_ARGS

# Restart configuration
Expand Down

0 comments on commit 41d3463

Please sign in to comment.