mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-12-14 18:34:53 +01:00
build
This commit is contained in:
@@ -11,8 +11,7 @@ services:
|
|||||||
driver: loki
|
driver: loki
|
||||||
options:
|
options:
|
||||||
loki-url: http://192.168.77.101:3100/loki/api/v1/push
|
loki-url: http://192.168.77.101:3100/loki/api/v1/push
|
||||||
loki-external-labels: |
|
mode: non-blocking
|
||||||
service={{.Service.Name}},stack={{.Stack.Name}},node={{.Node.Hostname}}
|
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
volumes:
|
volumes:
|
||||||
- config:/home/appuser/
|
- config:/home/appuser/
|
||||||
@@ -21,8 +20,9 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
wud.watch: 'true'
|
wud.watch: 'true'
|
||||||
wud.watch.digest: 'true'
|
wud.watch.digest: 'true'
|
||||||
logging.job: regsync
|
service.name: {{.Service.Name}}
|
||||||
com.docker.swarm.service.name: {{.Service.Name}}
|
stack.name: {{.Stack.Name}}
|
||||||
|
node.name: {{.Node.Hostname}}
|
||||||
replicas: 1
|
replicas: 1
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
|
|||||||
Reference in New Issue
Block a user