Preliminary setup for meshcentral
This commit is contained in:
parent
4456722cf9
commit
58f89be45b
@ -11,3 +11,13 @@ services:
|
|||||||
- "/velocity:/mnt"
|
- "/velocity:/mnt"
|
||||||
working_dir: "/mnt"
|
working_dir: "/mnt"
|
||||||
command: ["java", "-Xms64m", "-Xmx1024m", "-jar", "/mnt/velocity.jar"]
|
command: ["java", "-Xms64m", "-Xmx1024m", "-jar", "/mnt/velocity.jar"]
|
||||||
|
meshcentral:
|
||||||
|
image: typhonragewind/meshcentral:latest
|
||||||
|
restart: always
|
||||||
|
ports:
|
||||||
|
- "8086:443"
|
||||||
|
env_file: ".meshcentral.env"
|
||||||
|
volumes:
|
||||||
|
- "/meshcentral/data:/opt/meshcentral/meshcentral-data"
|
||||||
|
- "/meshcentral/user_files:/opt/meshcentral/meshcentral-files"
|
||||||
|
- "/meshcentral_backups:/opt/meshcentral/meshcentral-backups"
|
||||||
|
Loading…
Reference in New Issue
Block a user