Sign inSign up

pauhull/haste-server

By pauhull

•Updated about 2 years ago

Daily multi-platform builds of toptal/haste-server

Image
Developer tools
Web servers
0

502

pauhull/haste-server repository overview

⁠haste-server

This repository contains daily builds of https://github.com/toptal/haste-server⁠.

Available architectures are linux/amd64, linux/arm/v7 and linux/arm64.

⁠docker-compose.yaml example

version: '3.0'
services:
  haste-server:
    image: pauhull/haste-server
    environment:
      - STORAGE_TYPE=memcached
      - STORAGE_HOST=memcached
      - STORAGE_PORT=11211
    ports:
      - 7777:7777
  memcached:
    image: memcached:latest

Tag summary

Content type

Image

Digest

sha256:48a33c92d…

Size

371.9 MB

Last updated

about 2 years ago

docker pull pauhull/haste-server