Feat: First Commit + Project Scaffolding + Initialize Styling
License Added
This commit is contained in:
15
Docker/docker-compose.local.dev.yaml
Normal file
15
Docker/docker-compose.local.dev.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
frontend:
|
||||
image: moku/work-frontend:dev
|
||||
container_name: moku-work-frontend
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- ../Env/.env.local
|
||||
ports:
|
||||
- "3333:3333"
|
||||
volumes:
|
||||
- ../Frontend:/app
|
||||
- moku_work_frontend_node_modules:/app/node_modules
|
||||
|
||||
volumes:
|
||||
moku_work_frontend_node_modules:
|
||||
1
Docker/docker-compose.local.prod.yaml
Normal file
1
Docker/docker-compose.local.prod.yaml
Normal file
@@ -0,0 +1 @@
|
||||
# Reserved for a future local production compose stack.
|
||||
Reference in New Issue
Block a user