CI
Some checks failed
CI / Check links (push) Successful in 9s
CI / Check typos (push) Successful in 10s
CI / Build and test (push) Has been cancelled
CI / Build container (push) Has been cancelled
CI / Clippy (push) Has been cancelled

This commit is contained in:
2025-11-03 23:15:12 -08:00
parent 8be830d36f
commit 64030a9a4d
4 changed files with 240 additions and 0 deletions

9
docker-compose.yml Normal file
View File

@@ -0,0 +1,9 @@
services:
betalupi:
image: git.betalupi.com/mark/betalupi-webpage:latest
container_name: betalupi
restart: unless-stopped
command: 'webpage serve 0.0.0.0:3000'
ports:
- '8256:8256'