Sign inSign up

map3/deploy-edge

By map3

Updated over 6 years ago

Image
0

50K+

map3/deploy-edge repository overview

docker-composer.yml

Use this docker-compose.yml to deploy map3 edge server

version: "2.3"

services:
  map3:
    build:
      context: ..
      dockerfile: map3-edge-in-docker/Dockerfile
    image: map3/deploy-edge:latest
    ports:
      - 80:80
      - 443:443
      - 3000:3000
    restart: always
    privileged: true

  ouroboros:
    container_name: ouroboros
    hostname: ouroboros
    image: pyouroboros/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
deploy map3 edge node

  1. Install docker and install docker-compose
  2. docker-compose up -d
support SSL

Tag summary

Content type

Image

Digest

Size

141.5 MB

Last updated

over 6 years ago

docker pull map3/deploy-edge