forked from aztfmod/rover
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docker-compose.yml
33 lines (26 loc) · 1004 Bytes
/
docker-compose.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#-------------------------------------------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
#-------------------------------------------------------------------------------------------------------------
version: '3.7'
services:
rover:
container_name: rover
build:
context: .
dockerfile: Dockerfile
args:
- versionTerraform
- versionAzureCli
- versionKubectl
- versionGit
- versionTflint
- versionJq
- versionDockerCompose
- versionLaunchpadOpensource
- versionAzureCafTerraform
- versionRover
volumes:
- ..:/tf
# Overrides default command so things don't shut down after the process ends.
command: /bin/sh -c "while sleep 1000; do :; done"