https://github.com/sypper-pit/nodejs-bash-docker
nodejs autoupdate jenkins service
https://github.com/sypper-pit/nodejs-bash-docker
automation bash-script docker docker-compose git jenkins nodejs
Last synced: 3 months ago
JSON representation
nodejs autoupdate jenkins service
- Host: GitHub
- URL: https://github.com/sypper-pit/nodejs-bash-docker
- Owner: sypper-pit
- Created: 2024-06-04T13:39:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-04T13:54:46.000Z (about 2 years ago)
- Last Synced: 2025-10-19T23:45:09.035Z (9 months ago)
- Topics: automation, bash-script, docker, docker-compose, git, jenkins, nodejs
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
***Use https://www.aapanel.com/new/download.html***
```
URL=https://www.aapanel.com/script/install_7.0_en.sh && if [ -f /usr/bin/curl ];then curl -ksSO "$URL" ;else wget --no-check-certificate -O install_7.0_en.sh "$URL";fi;bash install_7.0_en.sh aapanel
```
***Use Docker***
```
curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh
```
***Use Portainer***
**1)**
```
docker volume create portainer_data
```
**2)**
```
docker run -d -p 8000:8000 -p 9443:9443 --name portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce:latest
```
insert `docker compose` jenkins to stack in portainer.