You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
437 B
YAML

version: "3"
services:
build:
image: klakegg/hugo:0.107.0
volumes:
- ".:/src"
server:
image: darkhttpd
container_name: no-js-server
restart: unless-stopped
volumes:
- ./public:/var/www/htdocs:ro
networks:
default:
name: npm
external: true
# this just applies to my specific usage, one can usually ignore it and just open a port normally.
# will update this file soon