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