Fixed up the .gitignore
More push to move towards a deployment stage
This commit is contained in:
@@ -10,9 +10,11 @@ services:
|
||||
- "8080:8080"
|
||||
- "8081:8081"
|
||||
environment:
|
||||
- GC_DEV_ALLOW_UNAUTH=false # enforce auth path
|
||||
- GC_DEV_ALLOW_UNAUTH=false
|
||||
volumes:
|
||||
- gc_data:/var/lib/greencoast
|
||||
- ./configs/shard.sample.yaml:/app/shard.yaml:ro
|
||||
- ./client:/app/client:ro
|
||||
user: "65532:65532" # distroless nonroot
|
||||
volumes:
|
||||
gc_data:
|
||||
|
Reference in New Issue
Block a user