This commit is contained in:
Cryptoval2 2025-01-20 21:47:17 +00:00
parent 3a9d9b10d4
commit f1ecca8be1
4 changed files with 21 additions and 1 deletions

View File

@ -1,4 +1,3 @@
version: "3.8"
services: services:
code-server: code-server:
container_name: code-server-plus-os container_name: code-server-plus-os

View File

@ -0,0 +1,9 @@
#
services:
it-tools:
image: corentinth/it-tools:latest
container_name: it-tools
ports:
- "7070:80"
restart: unless-stopped

View File

@ -0,0 +1,12 @@
#
services:
it-tools:
image: jenkins/jenkins:lts
container_name: jenkins
ports:
- "8080:8080"
- "50000:50000"
volumes:
- "/works/docker/jenkins/jenkins_home:/var/jenkins_home"
restart: unless-stopped