Fixed up the .gitignore

More push to move towards a deployment stage
This commit is contained in:
2025-08-21 20:57:23 -04:00
parent 9502d1b1be
commit e2651456da
12 changed files with 379 additions and 265 deletions

View File

@@ -6,13 +6,15 @@ services:
context: .
container_name: greencoast-shard-dev
restart: unless-stopped
user: "0:0" # <-- run as root in dev
user: "0:0"
ports:
- "8080:8080"
- "8081:8081"
- "8080:8080" # API
- "8081:8081" # reserved
- "8082:8082" # FRONTEND
environment:
- GC_DEV_ALLOW_UNAUTH=true
- GC_DEV_BEARER=dev-local-token
volumes:
- ./data:/var/lib/greencoast # <-- bind-mount a host folder
- ./data:/var/lib/greencoast
- ./configs/shard.sample.yaml:/app/shard.yaml:ro
- ./client:/app/client:ro