Update Remote-Access_Containers/meshcentral/compose.yaml

This commit is contained in:
2026-07-17 02:07:01 +00:00
parent 5d8ceb6aa3
commit d7e9cfc499
@@ -9,11 +9,17 @@ services:
- HOSTNAME=${SERVICE_NAME}.${DOMAIN_NAME} #your hostname
- REVERSE_PROXY=false #set to your reverse proxy IP if you want to put meshcentral behind a reverse proxy
- REVERSE_PROXY_TLS_PORT=
- IFRAME=false #set to true if you wish to enable iframe support
- ALLOW_NEW_ACCOUNTS=false #set to false if you want disable self-service creation of new accounts besides the first (admin)
# NOTE: IFRAME/ALLOW_NEW_ACCOUNTS/WEBRTC below only apply if config.json is regenerated from scratch (fresh volume).
- IFRAME=false
- ALLOW_NEW_ACCOUNTS=false #set to false if you want disable self-service creation of new accounts besides the first (admin)
- WEBRTC=false
- BACKUPS_PW=${BACKUP_PASSWORD}
- BACKUP_INTERVAL=24 #interval in hours for the autobackup function
- BACKUP_KEEP_DAYS=10 #number of days of backups the function keeps
volumes:
- /srv/docker/meshcentral/data:/opt/meshcentral/meshcentral-data #config.json and other important files live here. A must for data persistence
- /srv/docker/meshcentral/user_files:/opt/meshcentral/meshcentral-files #where file uploads for users live
- /srv/docker/meshcentral/backups:/opt/meshcentral/meshcentral-backups #encrypted backups land here
networks:
- traefik_network
labels:
@@ -32,7 +38,6 @@ services:
- kuma.${SERVICE_NAME}.docker.docker_container=${SERVICE_NAME}
- kuma.${SERVICE_NAME}.docker.docker_host=1
- 'kuma.${SERVICE_NAME}.docker.tag_names=[{"name": "docker_tag"}]'
networks:
traefik_network:
external: true