Upload files to ''
This commit is contained in:
19
compose.yaml
Normal file
19
compose.yaml
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
services:
|
||||||
|
|
||||||
|
python-jenkins-project:
|
||||||
|
|
||||||
|
container_name: python-jenkins-project
|
||||||
|
|
||||||
|
image: jacqueskingram/python-jenkins-image
|
||||||
|
|
||||||
|
build:
|
||||||
|
|
||||||
|
context: .
|
||||||
|
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
|
ports:
|
||||||
|
|
||||||
|
- "8080:80"
|
Reference in New Issue
Block a user