Fix issue with mime type on login route. Update container instructions
This commit is contained in:
11
docker-compose-prod.yml
Normal file
11
docker-compose-prod.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
slidgevoipms:
|
||||
image: codeberg.org/boxedtoast/slidgevoipms:latest
|
||||
container_name: slidgevoipms
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- xmpp # should be the same one as your XMPP server
|
||||
volumes:
|
||||
- ./slidgevoipms.conf:/etc/slidge/conf.d/slidgevoipms.conf:ro
|
||||
- ./slidgevoipmsattachments:/slidge-web # attachment directory
|
||||
- ./slidgevoipmsdata:/var/lib/slidge:rw # slidge databases
|
||||
|
||||
Reference in New Issue
Block a user