Akiraka Akiraka
  • 首页
  • Linux
    • ELK
    • PHP
    • Shell
    • Nginx
    • Docker
      • Docker Compose
    • Centos
    • Ubuntu
    • Jenkins
  • Python
  • Mac OS
  • Windows
  • 大数据
    • Hadoop
    • CDH
    • Hive
    • Spark
    • ZooKeeper
  • 微服务
    • Kubernetes
    • Helm
  • Other
  • Quark
  • 首页
  • Linux
    • ELK
    • PHP
    • Shell
    • Nginx
    • Docker
      • Docker Compose
    • Centos
    • Ubuntu
    • Jenkins
  • Python
  • Mac OS
  • Windows
  • 大数据
    • Hadoop
    • CDH
    • Hive
    • Spark
    • ZooKeeper
  • 微服务
    • Kubernetes
    • Helm
  • Other
  • Quark
首页 › Linux › Docker › Jenkins Docker Compose

Jenkins Docker Compose

Akiraka7月前
jenkins:
    image: jenkins/jenkins:lst
    user: root
    restart: always
    container_name: jenkins
    environment:
      - TZ=Asia/Shanghai
    volumes:
      - /data/NFS:/data/NFS
      - /etc/hosts:/etc/hosts
      - /root/.ssh:/root/.ssh
      - /etc/localtime:/etc/localtime
      - /data/jenkins/nodejs:/usr/local/nodejs
      - /data/jenkins/maven-cache:/root/.m2
      - /data/jenkins/maven:/usr/local/maven
      - /data/jenkins/grails:/usr/local/grails
      - /data/jenkins/gradle-cache:/root/.gradle
      - /data/jenkins/gradle:/usr/local/gradle
      - /data/jenkins/data:/var/jenkins_home
      - /data/jenkins/proj_conf:/usr/local/proj_conf
    ports:
      - "8080:8080"
      - "5000:5000"
#docker#jenkins
1
分享
Akiraka 站长
文章 121评论 10
相关文章
  • Docker 修改默认存储路径
  • RocketMQ 集群容器多机编排主主
  • Docker-Compose 网络配置
  • 密码保护:生成 GitLab EE 许可证
  • GitLab 10.4.0 迁移到 Docker 版本 GitLab 12.10
Akiraka
站长
本人擅长 Ai、Au、Fl、Ae、Pr、Ps 等软件的安装与卸载,精通 CSS、JavaScript、PHP、Python、Shell、Go 等单词的拼写,熟悉 Windows、Linux、Mac、Android、IOS 等系统的开关机!
121文章
10评论
47获赞
想找什么搜一下
文章聚合
Centos与Ubuntu安装 Docker 18
1年前
Kubernetes(k8s)部署 Helm 客户端
12月前
ELK 容器配置
1年前
搭建 Redis 主从搭建配置
4月前
CentOS 安装tab命令补全
1年前
微信小程序
微信小程序
标签云
brew cdh centos cmd docker docker compose elasticsearch elk filebase filebeat gitlab grafana hadoop helm hive hue jdk jenkins k8s kibana kubernetes liniux linux logstash mac mikrotik mydumper mysql nfs nginx openssl oss php pip pyspark python RabbitMQ redis rocketmq shell Spark ubuntu windows ZooKeeper 容器编排
Copyright © 2019-2021 Akiraka. Designed by nicetheme. 沪18036911号