mirror of
https://github.com/SaraSmiseth/prosody.git
synced 2025-05-12 05:27:34 +00:00
WIP Install postgres and mysql dependencies. Add postgres to test, TODO Test all combinations postgres, sqlite and mysql/mariadb
This commit is contained in:
parent
d3f5a603e5
commit
3302ef9f0d
6 changed files with 30 additions and 26 deletions
|
@ -15,8 +15,13 @@ services:
|
|||
E2E_POLICY_WHITELIST: "admin@localhost, user1@localhost"
|
||||
LOG_LEVEL: debug
|
||||
PROSODY_ADMINS: "admin@localhost, admin2@localhost"
|
||||
#DB_DRIVER: "SQLite3"
|
||||
#DB_DATABASE: "prosody.sqlite"
|
||||
#DB_DRIVER: "MySQL"
|
||||
#DB_DRIVER: "PostgreSQL"
|
||||
#DB_DATABASE: "prosody"
|
||||
#DB_HOST: "postgres"
|
||||
#DB_PORT: "5432"
|
||||
#DB_USERNAME: "prosody"
|
||||
#DB_PASSWORD: "prosody"
|
||||
extra_hosts:
|
||||
- "conference.localhost:127.0.0.1"
|
||||
- "pubsub.localhost:127.0.0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue