This website works better with JavaScript.
Home
Help
Sign In
autonomic-cooperative
/
autonomic.zone
Watch
9
Star
0
Fork
1
Code
Issues
12
Pull Requests
1
Releases
7
Activity
Browse Source
Merge branch 'master' into decisions-blog-post
pull/47/head
KawaiiPunk
3 months ago
parent
838ec1c79c
21b671d945
commit
9d0e1fee73
2 changed files
with
8 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
docker-compose.prod.yml
+5
-3
docker-compose.yml
+ 3
- 1
docker-compose.prod.yml
View File
@ -4,7 +4,9 @@ version: "3.8"
services:
jekyll:
image
:
decentral1se/autonomic.zone:latest
command
:
bundle exec jekyll serve --host 0.0.0.0 --trace
command
:
|
bundle exec
jekyll serve --host 0.0.0.0 --trace
environment:
JEKYLL_ENV
:
production
networks:
+ 5
- 3
docker-compose.yml
View File
@ -1,10 +1,12 @@
---
version
:
"3.
7
"
version
:
"3.
8
"
services:
jekyll:
image
:
"jekyll/jekyll:4"
command
:
jekyll serve --watch --force_polling --trace
image
:
decentral1se/autonomic.zone:latest
command
:
|
bundle exec
jekyll serve --watch --host 0.0.0.0 --force_polling --trace
volumes:
-
".:/srv/jekyll"
ports:
Write
Preview
Loading…
Cancel
Save