Initial commit

This commit is contained in:
Carlos
2018-09-23 18:55:20 +02:00
commit a41e5bc976
6 changed files with 216 additions and 0 deletions

16
docker-compose.yml Normal file
View File

@@ -0,0 +1,16 @@
version: '3'
services:
master:
container_name: salt_master
image: cdalvaro/saltstack-master:2018.3.2
build:
context: ./
volumes:
- "./srv/:/srv/:ro"
ports:
- "4505:4505/tcp"
- "4506:4506/tcp"
environment:
- SALT_LOG_LEVEL=info