mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2026-05-04 17:19:49 +02:00
build
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
services:
|
||||||
|
puppet-agent:
|
||||||
|
image: puppet/puppet-agent:latest
|
||||||
|
container_name: puppet-agent
|
||||||
|
hostname: nas.home.lan
|
||||||
|
environment:
|
||||||
|
- PUPPET_SERVER=active.home.lan
|
||||||
|
volumes:
|
||||||
|
- data:/etc/puppetlabs/puppet
|
||||||
|
command: ["puppet", "agent", "-t"]
|
||||||
Reference in New Issue
Block a user