Files
webpage/docker-compose.yml
rm-dr 2d2b67d017
All checks were successful
CI / Check typos (push) Successful in 12s
CI / Check links (push) Successful in 7s
CI / Check version (push) Has been skipped
CI / Build, test, upload (push) Has been skipped
CI / Build and push Docker image (push) Has been skipped
CI
2025-11-03 22:20:27 -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'