Files

22 lines
429 B
YAML
Raw Permalink Normal View History

2026-03-21 10:09:59 -03:00
services:
nextexplorer:
image: nxzai/explorer:latest
container_name: nextExplorer
restart: unless-stopped
ports:
- 3000:3000
environment:
- NODE_ENV=production
- SHOW_VOLUME_USAGE=false
2026-03-21 12:07:41 -03:00
- AUTH_MODE=local
2026-03-21 10:09:59 -03:00
volumes:
- ./config:/config
- ./cache:/cache
- ../:/mnt/Docker
networks:
- homelogic
networks:
homelogic:
name: homelogic
external: true