Auto Merge of PR 5 - cronicle-deployment
Merged by Trez.One
This commit is contained in:
@@ -20,6 +20,7 @@
|
|||||||
| castopod | castopod/castopod:latest |
|
| castopod | castopod/castopod:latest |
|
||||||
| cloudflared | cloudflare/cloudflared:latest |
|
| cloudflared | cloudflare/cloudflared:latest |
|
||||||
| cloudflareddns | ghcr.io/hotio/cloudflareddns:latest |
|
| cloudflareddns | ghcr.io/hotio/cloudflareddns:latest |
|
||||||
|
| cronicle | elestio/cronicle:latest |
|
||||||
| crowdsec | crowdsecurity/crowdsec:latest |
|
| crowdsec | crowdsecurity/crowdsec:latest |
|
||||||
| crowdsec-dashboard | metabase/metabase |
|
| crowdsec-dashboard | metabase/metabase |
|
||||||
| czkawka | jlesage/czkawka |
|
| czkawka | jlesage/czkawka |
|
||||||
|
|||||||
@@ -617,6 +617,35 @@ services:
|
|||||||
source: /rinoa-storage
|
source: /rinoa-storage
|
||||||
target: /storage
|
target: /storage
|
||||||
type: bind
|
type: bind
|
||||||
|
cronicle:
|
||||||
|
container_name: cronicle
|
||||||
|
entrypoint: manager
|
||||||
|
environment:
|
||||||
|
CRONICLE_manager: 1
|
||||||
|
CRONICLE_secret_key: "${CRONICLE_SECRET_KEY}"
|
||||||
|
DOCKER_HOST: tcp://dockerproxy:2375
|
||||||
|
hostname: cronicle
|
||||||
|
image: elestio/cronicle:latest
|
||||||
|
labels:
|
||||||
|
homepage.group: Automation
|
||||||
|
homepage.name: Cronicle
|
||||||
|
homepage.href: https://cron.${MY_TLD}
|
||||||
|
homepage.icon: sh-cronicle.png
|
||||||
|
homepage.description: Multi-server task schedule with a web interface
|
||||||
|
swag: enable
|
||||||
|
swag_port: 3012
|
||||||
|
swag_proto: http
|
||||||
|
swag_url: cron.${MY_TLD}
|
||||||
|
swag.uptime-kuma.enabled: true
|
||||||
|
swag.uptime-kuma.monitor.url: https://cron.${MY_TLD}
|
||||||
|
ports:
|
||||||
|
- 31037:3012
|
||||||
|
restart: always
|
||||||
|
volumes:
|
||||||
|
- ${DOCKER_VOLUME_CONFIG}/cronicle/data:/opt/cronicle/data
|
||||||
|
- ${DOCKER_VOLUME_CONFIG}/cronicle/logs:/opt/cronicle/logs
|
||||||
|
- ${DOCKER_VOLUME_CONFIG}/cronicle/plugins:/opt/cronicle/plugins
|
||||||
|
- ${DOCKER_VOLUME_CONFIG}/cronicle/workloads/app:/app
|
||||||
crowdsec:
|
crowdsec:
|
||||||
container_name: crowdsec
|
container_name: crowdsec
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user