File tree 3 files changed +5
-13
lines changed
3 files changed +5
-13
lines changed Original file line number Diff line number Diff line change 4
4
# Example: https://github.com/prose-im/prose-pod-api/blob/master/Prose-example.toml
5
5
# All keys: https://github.com/prose-im/prose-pod-api/blob/master/service/src/config/mod.rs
6
6
7
+ address = " 0.0.0.0"
8
+
7
9
[branding ]
8
10
page_url = " https://admin.prose.org/"
9
11
company_name = " Prose"
10
12
13
+ [databases .main ]
14
+ url = " sqlite://database.sqlite?mode=rwc"
15
+
11
16
[notify ]
12
17
13
18
[notify .email ]
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,12 +2,10 @@ services:
2
2
api :
3
3
image : " ${PROSE_POD_API_IMAGE:-proseim/prose-pod-api:${PROSE_POD_API_IMAGE_TAG:-${DEFAULT_DOCKER_TAG:-latest}}}"
4
4
ports :
5
- - " 8000:8000"
6
5
- " 8080:8080"
7
6
volumes :
8
7
- " ${DATABASE_PATH-./database.sqlite}:/database.sqlite"
9
8
- " ${PROSE_CONFIG_FILE-./Prose.toml}:/Prose.toml"
10
- - " ${ROCKET_CONFIG_FILE-./Rocket.toml}:/Rocket.toml"
11
9
- " ${SERVER_ROOT:-}/etc/prosody/:/etc/prosody/"
12
10
networks :
13
11
prose-network :
You can’t perform that action at this time.
0 commit comments