Files
webpage/docker-compose.yml
rm-dr acc057e4cb
All checks were successful
CI / Check typos (push) Successful in 9s
CI / Check links (push) Successful in 9s
CI / Build and test (push) Successful in 3m4s
CI / Clippy (push) Successful in 3m30s
CI / Build container (push) Successful in 44s
CI
2025-11-03 23:16:05 -08:00

10 lines
210 B
YAML

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'