version: "3.1"

services:

  jekyll:
    image: jekyll/jekyll:latest
    container_name: ultrasoccer-nationsleague-jekyll
    command: jekyll serve
    restart: always
    ports:
      - ${LH_PORT:-4990}:4000
    environment:
      JEKYLL_UID: ${RUNNER_UID:-1000}
      JEKYLL_GID: ${RUNNER_GID:-1000}
    volumes:
      - .:/srv/jekyll