Some checks failed
CI / Check typos (push) Successful in 9s
CI / Check version (push) Failing after 5s
CI / Check links (push) Successful in 10s
CI / Build, test, upload (push) Has been cancelled
CI / Clippy (push) Has been cancelled
CI / Build and push Docker image (push) Has been cancelled
10 lines
210 B
YAML
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'
|