Skip to content

Commit 6d9d3ba

Browse files
authored
Merge pull request #1 from DerCakeman/patch-1
Update README.md
2 parents 2c7c124 + b1a2c38 commit 6d9d3ba

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

README.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,19 @@ Converts E-Mails from your services to ntfy push notifications!
1919
Please see the [example docker compose file](./example/docker-compose.yml) for a more in depth example and more explanation. See the [config dir](./src/lib/config/) for all available config options.
2020

2121
```yml
22-
oidc-push:
23-
image: m1212e/oidc-push
24-
environment:
25-
# where to connect to postgres
26-
DATABASE_URL: postgres://postgres:postgres@postgres:5432/postgres
27-
# oidc issuer openid configuration
28-
PUBLIC_OIDC_AUTHORITY: http://localhost:8080/default/.well-known/openid-configuration
29-
# the client to use with that issuer
30-
PUBLIC_OIDC_CLIENT_ID: default
31-
ports:
32-
- 3000:3000 # web interface, can be exposed publicly
33-
- 3388:3388 # SMTP server, insecure, should be restricted to trusted network
22+
services:
23+
oidc-push:
24+
image: m1212e/oidc-push
25+
environment:
26+
# where to connect to postgres
27+
DATABASE_URL: postgres://postgres:postgres@postgres:5432/postgres
28+
# oidc issuer openid configuration
29+
PUBLIC_OIDC_AUTHORITY: http://localhost:8080/default/.well-known/openid-configuration
30+
# the client to use with that issuer
31+
PUBLIC_OIDC_CLIENT_ID: default
32+
ports:
33+
- 3000:3000 # web interface, can be exposed publicly
34+
- 3388:3388 # SMTP server, insecure, should be restricted to trusted network
3435
```
3536
3637
> Beware: The SMTP server is not secured! Keep it closed to networks you trust.

0 commit comments

Comments
 (0)