Skip to content

Commit 24b94de

Browse files
committed
chore: Update prose-pod-api
1 parent 1fb0a6e commit 24b94de

File tree

3 files changed

+5
-13
lines changed

3 files changed

+5
-13
lines changed

Prose-example.toml

+5
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,15 @@
44
# Example: https://github.com/prose-im/prose-pod-api/blob/master/Prose-example.toml
55
# All keys: https://github.com/prose-im/prose-pod-api/blob/master/service/src/config/mod.rs
66

7+
address = "0.0.0.0"
8+
79
[branding]
810
page_url = "https://admin.prose.org/"
911
company_name = "Prose"
1012

13+
[databases.main]
14+
url = "sqlite://database.sqlite?mode=rwc"
15+
1116
[notify]
1217

1318
[notify.email]

Rocket.toml

-11
This file was deleted.

compose.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@ services:
22
api:
33
image: "${PROSE_POD_API_IMAGE:-proseim/prose-pod-api:${PROSE_POD_API_IMAGE_TAG:-${DEFAULT_DOCKER_TAG:-latest}}}"
44
ports:
5-
- "8000:8000"
65
- "8080:8080"
76
volumes:
87
- "${DATABASE_PATH-./database.sqlite}:/database.sqlite"
98
- "${PROSE_CONFIG_FILE-./Prose.toml}:/Prose.toml"
10-
- "${ROCKET_CONFIG_FILE-./Rocket.toml}:/Rocket.toml"
119
- "${SERVER_ROOT:-}/etc/prosody/:/etc/prosody/"
1210
networks:
1311
prose-network:

0 commit comments

Comments
 (0)