added docker files
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"$schema": "http://info.meshcentral.com/downloads/meshcentral-config-schema.json",
|
||||
"settings": {
|
||||
"cert": "meshcentral.akanealw.com",
|
||||
"_WANonly": true,
|
||||
"_LANonly": true,
|
||||
"_sessionKey": "8ung1e1!",
|
||||
"port": 443,
|
||||
"_aliasPort": 443,
|
||||
"redirPort": 80,
|
||||
"_redirAliasPort": 80,
|
||||
"AgentPong": 300,
|
||||
"TLSOffload": false,
|
||||
"SelfUpdate": false,
|
||||
"AllowFraming": false,
|
||||
"WebRTC": false
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
version: '3'
|
||||
services:
|
||||
meshcentral:
|
||||
container_name: meshcentral
|
||||
hostname: meshcentral
|
||||
image: typhonragewind/meshcentral
|
||||
environment:
|
||||
- HOSTNAME=dockerserver-01
|
||||
- REVERSE_PROXY=false
|
||||
- IFRAME=true
|
||||
- ALLOW_NEW_ACCOUNTS=false
|
||||
- WEBRTC=true
|
||||
ports:
|
||||
- 443:443/tcp
|
||||
- 80:80/tcp
|
||||
restart: always
|
||||
volumes:
|
||||
- /docker/appdata/meshcentral/data:/opt/meshcentral/meshcentral-data
|
||||
- /docker/appdata/meshcentral/user_files:/opt/meshcentral/meshcentral-files
|
||||
Reference in New Issue
Block a user