Files
webpage/docker-compose.yml
rm-dr 5e80402e3c
Some checks failed
CI / Check version (push) Failing after 4s
CI / Check typos (push) Successful in 11s
CI / Check links (push) Failing after 10s
CI / Build and push Docker image (push) Failing after 34s
CI / Clippy (push) Failing after 1m36s
CI / Build, test, upload (push) Successful in 2m10s
CI
2025-11-03 22:29:35 -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'