diff options
| author | 2025-07-23 03:52:40 -0500 | |
|---|---|---|
| committer | 2025-07-23 03:52:40 -0500 | |
| commit | e152028f6ea5dfe1bcdea51bd2efbc6fdebb8b87 (patch) | |
| tree | 26f2804229a735af5df62b99c85a6807d6213793 /docker-compose.yml | |
| parent | make was improperly being called inside the container on a project that is mi... (diff) | |
Remove CI/CD pipeline files - moving to separate PR
Diffstat (limited to '')
| -rw-r--r-- | docker-compose.yml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/docker-compose.yml b/docker-compose.yml deleted file mode 100644 index 0cccadc..0000000 --- a/docker-compose.yml +++ /dev/null @@ -1,18 +0,0 @@ -# docker-compose.yml
-services:
- jenkins:
- build:
- context: .
- dockerfile: Dockerfile.jenkins
- args:
- # Pass all necessary host IDs to the build
- UID: ${UID}
- GID: ${GID}
- DOCKER_GID: ${DOCKER_GID}
- ports:
- - "8080:8080"
- - "50000:50000"
- container_name: jenkins
- volumes:
- - ./jenkins_home:/var/jenkins_home
- - /var/run/docker.sock:/var/run/docker.sock
\ No newline at end of file |
