mirror of
https://github.com/ru-de/faq.git
synced 2024-11-10 04:31:01 +00:00
13 lines
256 B
YAML
13 lines
256 B
YAML
|
version: "3"
|
||
|
services:
|
||
|
site:
|
||
|
command: jekyll serve
|
||
|
image: jekyll/jekyll:latest
|
||
|
volumes:
|
||
|
- $PWD:/srv/jekyll
|
||
|
- $PWD/vendor/bundle:/usr/local/bundle
|
||
|
ports:
|
||
|
- 4000:4000
|
||
|
- 35729:35729
|
||
|
- 3000:3000
|
||
|
- 80:4000
|