Restructure: move infra packages to root level
This commit is contained in:
13
terraform-pve/docker-compose.yml
Normal file
13
terraform-pve/docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
terraform:
|
||||
build: .
|
||||
container_name: terraform-pve
|
||||
volumes:
|
||||
- ./terraform:/workspace
|
||||
- ~/.ssh/artemis_key.pub:/workspace/artemis_key.pub:ro
|
||||
- ../ansible-push:/ansible-push
|
||||
working_dir: /workspace
|
||||
network_mode: host
|
||||
stdin_open: true
|
||||
tty: true
|
||||
command: ["version"]
|
||||
Reference in New Issue
Block a user