Add dev stacks
This commit is contained in:
14
stacks/meshmon/docker-compose.yml
Normal file
14
stacks/meshmon/docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
meshmonitor:
|
||||
image: ghcr.io/yeraze/meshmonitor:latest
|
||||
container_name: meshmonitor
|
||||
ports:
|
||||
- "8383:3001"
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- meshmonitor-data:/data
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
meshmonitor-data:
|
||||
driver: local
|
||||
Reference in New Issue
Block a user