fix(yaml): add normalization of boolean keys to strings for JSON compatibility

This commit is contained in:
Sam Chau
2025-08-21 09:58:51 +09:30
parent 6a77ae373f
commit 6bb045d761
2 changed files with 14 additions and 4 deletions

View File

@@ -1,4 +1,3 @@
version: '3.8'
services:
frontend:
build: ./frontend
@@ -19,6 +18,4 @@ services:
- ./config:/config
environment:
- TZ=Australia/Adelaide
env_file:
- .env
restart: always
restart: always