Skip to content

Commit

Permalink
chore: Update prose-pod-api
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiBardon committed Jan 6, 2025
1 parent 1fb0a6e commit 24b94de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
5 changes: 5 additions & 0 deletions Prose-example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,15 @@
# Example: https://github.com/prose-im/prose-pod-api/blob/master/Prose-example.toml
# All keys: https://github.com/prose-im/prose-pod-api/blob/master/service/src/config/mod.rs

address = "0.0.0.0"

[branding]
page_url = "https://admin.prose.org/"
company_name = "Prose"

[databases.main]
url = "sqlite://database.sqlite?mode=rwc"

[notify]

[notify.email]
Expand Down
11 changes: 0 additions & 11 deletions Rocket.toml

This file was deleted.

2 changes: 0 additions & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ services:
api:
image: "${PROSE_POD_API_IMAGE:-proseim/prose-pod-api:${PROSE_POD_API_IMAGE_TAG:-${DEFAULT_DOCKER_TAG:-latest}}}"
ports:
- "8000:8000"
- "8080:8080"
volumes:
- "${DATABASE_PATH-./database.sqlite}:/database.sqlite"
- "${PROSE_CONFIG_FILE-./Prose.toml}:/Prose.toml"
- "${ROCKET_CONFIG_FILE-./Rocket.toml}:/Rocket.toml"
- "${SERVER_ROOT:-}/etc/prosody/:/etc/prosody/"
networks:
prose-network:
Expand Down

0 comments on commit 24b94de

Please sign in to comment.