You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
299 B

services:
python-jenkins-project:
container_name: python-jenkins-project
image: jacqueskingram/python-jenkins-image
build:
context: .
dockerfile: Dockerfile
restart: unless-stopped
ports:
- "8080:80"