⚙️ Updates gitignore and adding dc example file

This commit is contained in:
Jeff Triplett
2023-07-22 15:14:11 -05:00
parent 9d02059948
commit aa9bd3d04d
3 changed files with 10 additions and 2 deletions

View File

@@ -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: