update et ajout librewolf

This commit is contained in:
Hubert Cornet 2024-05-03 11:56:11 +02:00
parent 9f9e3a7aa5
commit 6ff6c77cf2
2 changed files with 21 additions and 0 deletions

View File

@ -58,6 +58,8 @@ services:
- MM_BLEVESETTINGS_INDEXDIR
# additional settings
- MM_SERVICESETTINGS_SITEURL
networks:
- back_network
ports:
- ${APP_PORT}:8065
- ${CALLS_PORT}:${CALLS_PORT}/udp

View File

@ -6,3 +6,22 @@ networks:
#### SERVICES
services:
librewolf:
image: lscr.io/linuxserver/librewolf:latest
container_name: librewolf
security_opt:
- seccomp:unconfined #optional
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- LIBREWOLF_CLI=https://www.linuxserver.io/ #optional
volumes:
- /srv/appdata/librewolf/config:/config
networks:
- back_network
ports:
- 3000:3000
- 3001:3001
shm_size: "1gb"
restart: unless-stopped