reworked letsencrypt to use docker containers instead of certbot on the host.
This commit is contained in:
18
dockerfiles/services/jira/docker-compose.yml
Normal file
18
dockerfiles/services/jira/docker-compose.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
# https://hub.docker.com/r/cptactionhank/atlassian-jira/
|
||||
# docker run --detach --publish 8080:8080 cptactionhank/atlassian-jira:latest
|
||||
# DOCKER_HOST=dkhost02:2376 docker-compose up -d
|
||||
|
||||
version: '2'
|
||||
services:
|
||||
app:
|
||||
restart: always
|
||||
privileged: true
|
||||
image: "cptactionhank/atlassian-jira:latest"
|
||||
|
||||
# volumes:
|
||||
# - /var/atlassian/jira
|
||||
# - /opt/atlassian/jira/logs
|
||||
ports:
|
||||
# - "80:80"
|
||||
- "8088:8080"
|
||||
Reference in New Issue
Block a user