mirror of
https://github.com/SaraSmiseth/prosody.git
synced 2025-05-12 13:27:35 +00:00
wip tests
This commit is contained in:
parent
d2065b426b
commit
1be1cc5bf7
9 changed files with 88 additions and 18 deletions
23
tests/docker-compose.yml
Normal file
23
tests/docker-compose.yml
Normal file
|
@ -0,0 +1,23 @@
|
|||
version: '3.7'
|
||||
|
||||
services:
|
||||
prosody:
|
||||
image: prosody
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "5000:5000"
|
||||
- "5222:5222"
|
||||
- "5223:5223"
|
||||
- "5269:5269"
|
||||
- "5281:5281"
|
||||
environment:
|
||||
DOMAIN: prosody
|
||||
PROSODY_ADMINS: "admin@prosody, admin2@prosody"
|
||||
extra_hosts:
|
||||
- "conference.prosody:127.0.0.1"
|
||||
- "pubsub.prosody:127.0.0.1"
|
||||
- "proxy.prosody:127.0.0.1"
|
||||
- "upload.prosody:127.0.0.1"
|
||||
volumes:
|
||||
- ./certs:/usr/local/etc/prosody/certs
|
||||
#- ./data:/usr/local/var/lib/prosody
|
Loading…
Add table
Add a link
Reference in a new issue