You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.
docker-compose config.The official movim configuration parameters do not seem to be up to date.
`services:
prosody:
image: prosody/prosody:latest
environment:
- LOCAL=xadmin
- DOMAIN=localhost
- PASSWORD=changeme
ports:
- 5222:5222
- 5347:5347
#volumes:
# - ${PWD}/prosody/configuration:/etc/prosody
# - ${PWD}/prosody/logs:/var/log/prosody
# - ${PWD}/prosody/modules:/usr/lib/prosody-modules
movim:
environment:
DAEMON_URL: http://localhost
DAEMON_PORT: 8080
DAEMON_INTERFACE: 127.0.0.1
DB_DRIVER: pgsql
DB_HOST: postgresql
DB_PORT: 5432
DB_DATABASE: movim
DB_USERNAME: movim
DB_PASSWORD: changeme
nginx:
image: nginx:mainline-alpine
ports:
- published: 80
target: 80
volumes:
- ${PWD}/movim:/var/www/html:ro
- ${PWD}/nginx:/etc/nginx/conf.d:ro
postgresql:
environment:
POSTGRES_DB: movim
POSTGRES_PASSWORD: changeme
POSTGRES_USER: movim
image: postgres:15-alpine
volumes:
- ${PWD}/postgres/data:/var/lib/postgresql/data:rw
version: '3.8'`
error log
The text was updated successfully, but these errors were encountered: