web server for home projects
docker compose up --build dev
Configuring for Ubuntu Server 24.04
- Install docker using apt, not snap
- Configure docker to run as non-root user
- Enable docker to run on start
./start.sh
- Generate unique cache key for static files from latest commit hash
- Run service in detached mode
- Service will auto-restart due to
restart: always
indocker-compose.yaml
when server reboots