CI
This commit is contained in:
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
betalupi:
|
||||
container_name: betalupi
|
||||
restart: unless-stopped
|
||||
image: betalupi-webpage
|
||||
command: 'webpage serve 0.0.0.0:3000'
|
||||
|
||||
# host:container
|
||||
ports:
|
||||
- '8256:8256'
|
||||
Reference in New Issue
Block a user