version: "2.4" services: hugo: build: context: . args: - HUGO_HOST=${HUGO_HOST} - HUGO_PORT=${HUGO_PORT} ports: - ${HUGO_PORT}:1313 user: ${USER_GROUP} volumes: - ./inc:/app