Enhance act_runner setup with jq installation verification and systemd service configuration
All checks were successful
Deploy ACT Runner Installer / deploy (push) Successful in 24s
All checks were successful
Deploy ACT Runner Installer / deploy (push) Successful in 24s
This commit is contained in:
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
version: "3.9"
|
||||
|
||||
services:
|
||||
installer:
|
||||
image: nginx:alpine
|
||||
container_name: act-runner-installer
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "${PORT:-1234}:80"
|
||||
volumes:
|
||||
- ./install.sh:/usr/share/nginx/html/install.sh:ro
|
||||
# Optional: expose README too
|
||||
- ./README.md:/usr/share/nginx/html/README.md:ro
|
||||
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
|
||||
Reference in New Issue
Block a user