Add docker initial config
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
services:
|
||||
nextexplorer:
|
||||
image: nxzai/explorer:latest
|
||||
container_name: nextExplorer
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 3000:3000
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- SHOW_VOLUME_USAGE=false
|
||||
- AUTH_MODE=oidc
|
||||
- PUBLIC_URL=http://localhost:3000
|
||||
- OIDC_ENABLED=false
|
||||
volumes:
|
||||
- ./config:/config
|
||||
- ./cache:/cache
|
||||
- ../:/mnt/Docker
|
||||
networks:
|
||||
- homelogic
|
||||
|
||||
networks:
|
||||
homelogic:
|
||||
name: homelogic
|
||||
external: true
|
||||
Reference in New Issue
Block a user