Compare commits

...

2 Commits

Author SHA1 Message Date
Tai 39dfbdac4a
Update README.md
Added MacOS Tutorial for EndUsers
2 months ago
Froz 483760e98e Updated meshcentral deployment config 2 months ago

@ -7,10 +7,7 @@ This will deploy meshcentral with caddy.
└── ~/ └── ~/
└── docker/ └── docker/
└── meshcentral/ └── meshcentral/
├── config.json.template
├── docker-compose.yml ├── docker-compose.yml
├── Dockerfile
├── startup.sh
``` ```
You will need the files in this GitHubs folder (Dockerfile, startup.sh, and config.json.template) to build the meshcentral image and deploy it. You will need the files in this GitHubs folder (Dockerfile, startup.sh, and config.json.template) to build the meshcentral image and deploy it.
@ -37,7 +34,7 @@ services:
meshcentral: meshcentral:
restart: unless-stopped restart: unless-stopped
container_name: meshcentral container_name: meshcentral
build: . image: ghcr.io/ylianst/meshcentral:1.1.22
# ports: # ports:
# - 4430:4430 #I Used 4430 because caddy v2 doesn't play well with a container using port 443. Can change 4430 to something else in the environment var CONTAINER_PORT below # - 4430:4430 #I Used 4430 because caddy v2 doesn't play well with a container using port 443. Can change 4430 to something else in the environment var CONTAINER_PORT below
environment: environment:
@ -51,6 +48,7 @@ services:
volumes: volumes:
- ./data:/opt/meshcentral/meshcentral-data #config.json and other important files live here. A must for data persistence - ./data:/opt/meshcentral/meshcentral-data #config.json and other important files live here. A must for data persistence
- ./user_files:/opt/meshcentral/meshcentral-files #where file uploads for users live - ./user_files:/opt/meshcentral/meshcentral-files #where file uploads for users live
- ./web:/opt/meshcentral/meshcentral-web # location for site customization files
networks: networks:
default: default:

@ -1 +1,5 @@
# Windows
https://github.com/StarWhiz/docker_deployment_notes/assets/9423276/20fe87ca-7a0f-4c0c-93e0-71f61b897848 https://github.com/StarWhiz/docker_deployment_notes/assets/9423276/20fe87ca-7a0f-4c0c-93e0-71f61b897848
# MacOS
[![MacOS MeshCentral Tutorial](https://img.youtube.com/vi/OAJ6BT002fQ/0.jpg)](https://www.youtube.com/watch?v=OAJ6BT002fQ)

Loading…
Cancel
Save