Sign inSign up

matszwe02/jsonresume

By matszwe02

•Updated about 2 years ago

json resume in docker + QOL features AMD64 / ARM64

Image
Web servers
0

353

matszwe02/jsonresume repository overview

Built from https://github.com/esabouraud/jsonresume-container⁠

Added enhancements:

  • no popups on the website
  • you can host your own images in ./resume/images
  • added all themes (some of them break however)
.
├── resume/
│   └── resume.json
└── images/
    ├── 1.png
    ├── 2.png
    └── ...
services:
    resume:
        image: matszwe02/jsonresume:latest
        container_name: resume
        
        environment:
            - THEME=elegant # https://registry.jsonresume.org/themes
        
        ports:
            - "8000:80"
        volumes:
            - ./resume:/resume

Tag summary

Content type

Image

Digest

sha256:8390a4904…

Size

497.2 MB

Last updated

about 2 years ago

docker pull matszwe02/jsonresume