Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 752 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 752 Bytes

tarantula

web server for home projects

Development

docker compose up --build dev

Deployment

Configure Server

Configuring for Ubuntu Server 24.04

Start Service

./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 in docker-compose.yaml when server reboots