Skip to content

Instantly share code, notes, and snippets.

@skylock
Created May 2, 2024 12:29
Show Gist options
  • Save skylock/c7587ad89adaa436b4ed28376f064e42 to your computer and use it in GitHub Desktop.
Save skylock/c7587ad89adaa436b4ed28376f064e42 to your computer and use it in GitHub Desktop.
services:
https-portal:
image: steveltn/https-portal:1
ports:
- '80:80'
- '443:443'
restart: always
environment:
DOMAINS: 'jenkins.monetoplus.com -> http://jenkins:8080'
#STAGE: 'production' # Don't use production until staging works
#FORCE_RENEW: 'true'
volumes:
- https-portal-data:/var/lib/https-portal
jenkins:
image: jenkins/jenkins:lts
privileged: true
user: root
restart: always
ports:
- 8080:8080
- 50000:50000
volumes:
- /home/lemonlock/jenkins_data:/var/jenkins_home
- /var/run/docker.sock:/var/run/docker.sock
volumes:
https-portal-data:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment