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
Content type
Image
Digest
Size
141.5 MB
Last updated
over 6 years ago
docker pull map3/deploy-edge