-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpods.yaml
More file actions
51 lines (48 loc) · 891 Bytes
/
pods.yaml
File metadata and controls
51 lines (48 loc) · 891 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
defaults:
build: website
run: website
update: website
images:
website:
tag: willhbr.github.io:latest
from: Containerfile
development:
website:
name: willhbr.github.io
bind_mounts:
~/Sync/Drafts: /src/_drafts
image: :website
ports:
4000: 80
autoremove: true
labels:
endash.links:
- name: Website
port: 80
flags:
config: _config.yml,_local.yml
args:
- --future
- --draft
- --strict_front_matter
prod:
name: willhbr.github.io-prod
image: :website
bind_mounts:
.: /src
ports:
0: 80
interactive: true
autoremove: true
labels:
endash.links:
- name: Website
port: 80
environment:
JEKYLL_ENV: production
flags:
config: _config.yml
host: 0
port: 80
args:
- --strict_front_matter