mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/khuedoan/homelab.git
synced 2026-09-20 08:03:58 +08:00
While it's deprecated, there no better alternative that I could find for a simple all in one PXE solution. I'll probably need to fork it later.
25 lines
919 B
YAML
25 lines
919 B
YAML
# Controller's dependencies
|
|
services:
|
|
pixiecore:
|
|
image: docker.io/pixiecore/pixiecore:master@sha256:f9ad6ef63ca80a2c96ec6d89ea8fc24e785fba697a8a39a26bc3e5e7524a21ab
|
|
network_mode: host
|
|
entrypoint:
|
|
- /pixiecore
|
|
- boot
|
|
# See https://github.com/nix-community/nixos-images/releases/download/nixos-24.11/netboot-x86_64-linux.ipxe
|
|
- https://github.com/nix-community/nixos-images/releases/download/nixos-24.11/bzImage-x86_64-linux
|
|
- https://github.com/nix-community/nixos-images/releases/download/nixos-24.11/initrd-x86_64-linux
|
|
- --cmdline
|
|
- "init=/nix/store/gqg5692q8cica6dyaki9ak0pf8qf0kpj-nixos-system-nixos-24.11beta708350.1d95cb5/init nohibernate loglevel=4"
|
|
- --debug
|
|
temporal:
|
|
image: docker.io/temporalio/server:1.27
|
|
entrypoint:
|
|
- temporal
|
|
- server
|
|
- start-dev
|
|
- --ip=0.0.0.0
|
|
ports:
|
|
- 7233:7233
|
|
- 8233:8233
|