mirror of
https://github.com/BluemediaDev/homelab.git
synced 2025-05-16 08:31:36 +02:00
Provisioning works now
This commit is contained in:
parent
c751a1e64d
commit
60df856435
16 changed files with 84 additions and 38 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
docker-compose \
|
||||
--project-directory ./metal/roles/pxe-server/files/ \
|
||||
docker compose \
|
||||
--project-name pxe \
|
||||
logs \
|
||||
--f \
|
||||
--follow \
|
||||
${@}
|
|
@ -1,2 +0,0 @@
|
|||
#!/bin/bash
|
||||
docker compose --project-directory metal/roles/pxe-server/files/ down
|
Loading…
Add table
Add a link
Reference in a new issue