Files
webpage/docker-compose.yml
rm-dr ed03323d5c
Some checks failed
CI / Check typos (push) Successful in 16s
CI / Check version (push) Failing after 6s
CI / Check links (push) Successful in 24s
CI / Build and push Docker image (push) Successful in 55s
CI / Clippy (push) Failing after 2m4s
CI / Build, test, upload (push) Successful in 2m48s
CI
2025-11-03 22:54:14 -08:00

11 lines
202 B
YAML

services:
betalupi:
container_name: betalupi
restart: unless-stopped
image: betalupi-webpage
command: 'webpage serve 0.0.0.0:3000'
# host:container
ports:
- '8256:8256'