CI
This commit is contained in:
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
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'
|
||||
Reference in New Issue
Block a user