Infra
Docker
instructions to build docker image locally
Overview
instructions to build docker image locally
# debug build
docker build --no-cache --progress=plain -f apps/web/Dockerfile -t astra-web:latest .
# regular build
docker build -f apps/web/Dockerfile -t astra-web:latest .
# debug run
docker run --init -it --entrypoint sh astra-web:latest
# regular run
docker run --init -it -p 3000:3000 astra-web:latestReference
- Dockerfile
- Self-host your Next.js Turborepo app with Docker
- Traefik Forward Auth v4
- Tinyauth - is a tiny OpenID Connect (OIDC) authentication and authorization server and forward auth provider for Traefik.
- Google OAuth Traefik Forward Auth: Most Convenient MFA
- Authentik
TODO
- Setup docker compose like this https://github.com/LucasSantana-Dev/homelab/tree/main
Last updated on