mirror of
https://github.com/nn-ninja/n-brace.git
synced 2026-07-22 06:42:36 +00:00
12 lines
249 B
YAML
12 lines
249 B
YAML
# this file uses prebuilt image in dockerhub
|
|
services:
|
|
jekyll:
|
|
image: amirpourmand/al-folio:slim
|
|
#build: .
|
|
ports:
|
|
- 8080:8080
|
|
- 35729:35729
|
|
volumes:
|
|
- .:/srv/jekyll
|
|
environment:
|
|
- JEKYLL_ENV=development
|