فهرست منبع

:gear: Updates gitignore and adding dc example file

Jeff Triplett 1 سال پیش
والد
کامیت
aa9bd3d04d
3فایلهای تغییر یافته به همراه10 افزوده شده و 2 حذف شده
  1. 1 0
      .gitignore
  2. 7 0
      docker-compose.override.yml.example
  3. 2 2
      docker-compose.yml

+ 1 - 0
.gitignore

@@ -64,6 +64,7 @@ _site/
 assets/development.css
 build
 dist
+docker-compose.override.yml
 node_modules
 package-lock.json
 vendor

+ 7 - 0
docker-compose.override.yml.example

@@ -0,0 +1,7 @@
+services:
+
+  devd:
+    # platform: linux/amd64
+
+  jekyll:
+    # platform: linux/amd64

+ 2 - 2
docker-compose.yml

@@ -1,5 +1,3 @@
-version: "3"
-
 services:
 
   devd:
@@ -7,6 +5,7 @@ services:
     command: --livewatch
     expose:
       - 8000
+    init: true
     ports:
       - 8000:8000
     volumes:
@@ -19,6 +18,7 @@ services:
       - BUNDLE_PATH=/usr/local/bundle
     expose:
       - 4000
+    init: true
     ports:
       - 4000:4000
     volumes: