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