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.
17 lines
407 B
YAML
17 lines
407 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. |