Sign inSign up

tangowithfoxtrot/nixery

By tangowithfoxtrot

Updated over 2 years ago

The container image that powers https://nixery.dev. I am not officially affiliated with the project.

Image
Developer tools
0

10K+

tangowithfoxtrot/nixery repository overview

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

Tag summary

Content type

Image

Digest

sha256:64a76747f

Size

406.6 MB

Last updated

over 2 years ago

docker pull tangowithfoxtrot/nixery