mirror of
https://github.com/natelandau/ansible-homelab-config.git
synced 2025-11-19 10:23:40 -05:00
Initial commit
This commit is contained in:
14
templates/docker_compose_files/synology_promtail.yml.j2
Normal file
14
templates/docker_compose_files/synology_promtail.yml.j2
Normal file
@@ -0,0 +1,14 @@
|
||||
version: '3.9'
|
||||
|
||||
services:
|
||||
promtail:
|
||||
image: grafana/promtail
|
||||
hostname: promtail
|
||||
container_name: promtail
|
||||
ports:
|
||||
- 9080:9080
|
||||
network_mode: "bridge"
|
||||
volumes:
|
||||
- /volume1/docker/promtail/config.yml:/etc/promtail/config.yml
|
||||
- /var/log:/var/log:ro
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user