- Add credits modal showing project creators and libraries used - Replace bottom-of-canvas credits with clickable credits button - Update docker-compose to pull pre-built image from git.azuze.fr registry - Simplify README Docker instructions Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
10 lines
197 B
YAML
10 lines
197 B
YAML
services:
|
|
motionity:
|
|
image: git.azuze.fr/kawa/motionity:latest
|
|
ports:
|
|
- "8080:8080"
|
|
restart: unless-stopped
|
|
read_only: true
|
|
security_opt:
|
|
- no-new-privileges:true
|