Skip to content

feat(devops): add Dockerfile for dashboard testnet deployment#455

Open
AlphaTechini wants to merge 1 commit into
ceejaylaboratory:mainfrom
AlphaTechini:main
Open

feat(devops): add Dockerfile for dashboard testnet deployment#455
AlphaTechini wants to merge 1 commit into
ceejaylaboratory:mainfrom
AlphaTechini:main

Conversation

@AlphaTechini
Copy link
Copy Markdown

Closes #409

  • Multi-stage build: node:20-alpine builder + nginx:alpine production
  • Layer caching: package files copied before source for faster rebuilds
  • nginx config: SPA fallback, gzip compression, security headers, /health endpoint
  • Added dashboard service to docker-compose.yml (port 3000)
  • Root and dashboard .dockerignore files to minimize build context

Manual QA:
docker compose build dashboard docker compose up -d curl http://localhost:3000/ curl http://localhost:3000/health

- Multi-stage build: node:20-alpine builder + nginx:alpine production
- Layer caching: package files copied before source for faster rebuilds
- nginx config: SPA fallback, gzip compression, security headers, /health endpoint
- Added dashboard service to docker-compose.yml (port 3000)
- Root and dashboard .dockerignore files to minimize build context

Manual QA:
  docker compose build dashboard
  docker compose up -d
  curl http://localhost:3000/
  curl http://localhost:3000/health
@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented May 28, 2026

@AlphaTechini Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@AlphaTechini
Copy link
Copy Markdown
Author

@Ceejaytech25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[DevOps] Create Dockerfile for Dashboard

1 participant