mirror of
https://github.com/wsvincent/awesome-django.git
synced 2024-12-18 00:00:15 +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
|
assets/development.css
|
||||||
build
|
build
|
||||||
dist
|
dist
|
||||||
|
docker-compose.override.yml
|
||||||
node_modules
|
node_modules
|
||||||
package-lock.json
|
package-lock.json
|
||||||
vendor
|
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:
|
services:
|
||||||
|
|
||||||
devd:
|
devd:
|
||||||
|
@ -7,6 +5,7 @@ services:
|
||||||
command: --livewatch
|
command: --livewatch
|
||||||
expose:
|
expose:
|
||||||
- 8000
|
- 8000
|
||||||
|
init: true
|
||||||
ports:
|
ports:
|
||||||
- 8000:8000
|
- 8000:8000
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -19,6 +18,7 @@ services:
|
||||||
- BUNDLE_PATH=/usr/local/bundle
|
- BUNDLE_PATH=/usr/local/bundle
|
||||||
expose:
|
expose:
|
||||||
- 4000
|
- 4000
|
||||||
|
init: true
|
||||||
ports:
|
ports:
|
||||||
- 4000:4000
|
- 4000:4000
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user