Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 493 Bytes

Readme.md

File metadata and controls

32 lines (24 loc) · 493 Bytes

Site archive generator

The tool generates static pages from the site archives.

Development

node . -i path -e
http-server

Production

node . -i path -o path
version: "3.7"

services:
  archive-2016:
    image: pierrezemb/gostatic
    labels:
      - traefik.frontend.rule=Host:20xx.cookie.paris
      - traefik.docker.network=web
      - traefik.port=8043
    networks:
      - web
    volumes:
      - volume:/srv/http

networks:
  web:
    external: true