mirror of
https://github.com/wsvincent/awesome-django.git
synced 2024-11-23 20:11:09 +00:00
⚙️ Updates gitignore and adding dc example file
This commit is contained in:
parent
9d02059948
commit
aa9bd3d04d
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -64,6 +64,7 @@ _site/
|
|||
assets/development.css
|
||||
build
|
||||
dist
|
||||
docker-compose.override.yml
|
||||
node_modules
|
||||
package-lock.json
|
||||
vendor
|
||||
|
|
7
docker-compose.override.yml.example
Normal file
7
docker-compose.override.yml.example
Normal file
|
@ -0,0 +1,7 @@
|
|||
services:
|
||||
|
||||
devd:
|
||||
# platform: linux/amd64
|
||||
|
||||
jekyll:
|
||||
# platform: linux/amd64
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user