Sign inSign up

map3/edge-dashboard

By map3

Updated about 7 years ago

Image
0

100K+

map3/edge-dashboard repository overview

map3 edge dashboard with map3 edge.

docker-compose.yml:

version: "2.3"

services:
  map3:
    image: map3/edge-dashboard:v0.1.0
    ports:
      - 80:80
      - 443:443
      - 3000:3000
    restart: always
    privileged: true

  ouroboros:
    container_name: ouroboros
    hostname: ouroboros
    image: map3/ouroboros
    environment:
      - CLEANUP=true
      - INTERVAL=300
      - LOG_LEVEL=INFO
      - SELF_UPDATE=true
      - IGNORE=mongo postgres mariadb
      - TZ=Asia/Shanghai
    restart: unless-stopped
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock
docker-compose up -d --no-build

Tag summary

Content type

Image

Digest

Size

158.3 MB

Last updated

about 7 years ago

docker pull map3/edge-dashboard:v0.1.0