mirror of
https://github.com/tjtanjin/QuickTax.git
synced 2024-11-14 04:45:20 +01:00
13 lines
333 B
YAML
13 lines
333 B
YAML
version: '3.7'
|
|
services:
|
|
site:
|
|
container_name: docsy
|
|
command: jekyll serve --watch --drafts
|
|
image: jekyll/jekyll:3.8
|
|
volumes:
|
|
- "./:/srv/jekyll"
|
|
- "./vendor/bundle:/usr/local/bundle"
|
|
# remove "./vendor/bundle:/usr/local/bundle" volume when deploying in production
|
|
ports:
|
|
- "4000:4000"
|