Skip to content

Instantly share code, notes, and snippets.

{
"tags": [
{
"tag": "sitecore-xm-spe-coveo-sqldev:9.3.0-windowsservercore-${windowsservercore_version}",
"build-options": [
"--memory 4GB",
"--build-arg BASE_IMAGE=sitecore-xm-spe-sqldev:9.3.0-windowsservercore-${windowsservercore_version}",
"--build-arg ASSETS_IMAGE=sitecore-assets:9.3.0-nanoserver-${nanoserver_version}",
"--build-arg ASSETS_USE_WDP='C:\\packages\\Coveo for Sitecore 93 5.0.587.9.scwdp.zip'"
]
{
"tags": [
{
"tag": "sitecore-xm-spe-coveo-cm:9.3.0-windowsservercore-${windowsservercore_version}",
"build-options": [
"--build-arg BASE_IMAGE=sitecore-xm-spe-cm:9.3.0-windowsservercore-${windowsservercore_version}",
"--build-arg ASSETS_IMAGE=sitecore-assets:9.3.0-nanoserver-${nanoserver_version}",
"--build-arg ASSETS_USE_WDP='C:\\packages\\Coveo for Sitecore 93 5.0.587.9.scwdp.zip'"
]
},
@neilkillen
neilkillen / sc.links.custom.xml
Created August 24, 2020 14:43
Sitecore Publish Service Change Links Connection string
- job_name: hostos
honor_timestamps: true
scrape_interval: 30s
scrape_timeout: 20s
metrics_path: /metrics
scheme: http
static_configs:
- targets:
- 192.168.0.25:9182
- job_name: docker
honor_timestamps: true
scrape_interval: 30s
scrape_timeout: 20s
metrics_path: /metrics
scheme: http
static_configs:
- targets:
- 192.168.0.25:9323
apiVersion: 1
providers:
- name: 'Prometheus'
orgId: 1
folder: ''
type: file
disableDeletion: false
editable: true
options:
# config file version
apiVersion: 1
# list of datasources that should be deleted from the database
deleteDatasources:
- name: Prometheus
orgId: 1
# list of datasources to insert/update depending
# whats available in the database
grafana:
image: grafana/grafana
ports:
- '3000:3000'
networks:
prom.local:
version: '2.4'
networks:
prom.local:
services:
prometheus:
image: prom/prometheus
volumes:
version: '2.4'
networks:
prom.local:
services:
prometheus:
image: prom/prometheus
volumes: