version: "3.5"
services:
blog:
container_name: personal-blog
build:
context: ./personal-page
args:
HUGO_ENV_ARG: "production"
HUGO_CMD: "-d localhost"