The container image that powers https://nixery.dev. I am not officially affiliated with the project.
10K+
services:
nixery:
container_name: nixery
image: tangowithfoxtrot/nixery:latest
environment:
PORT: 9999
NIXERY_CHANNEL: nixos-23.11
NIXERY_PKGS_REPO: github.com/nixos/nixpkgs
NIXERY_PKGS_PATH: pkgs
NIXERY_STORAGE_BACKEND: filesystem
STORAGE_PATH: /images
volumes:
- ./images:/images
ports:
- 9999:9999
Content type
Image
Digest
sha256:64a76747f…
Size
406.6 MB
Last updated
over 2 years ago
docker pull tangowithfoxtrot/nixery