[claude] Add rain/snow weather toggle with particle systems (#117) #230

Closed
claude wants to merge 26 commits from claude/issue-117 into main
Showing only changes of commit 1b5e9dbce0 - Show all commits

View File

@@ -7,6 +7,8 @@ services:
restart: unless-stopped
ports:
- "4200:80"
volumes:
- .:/usr/share/nginx/html:ro
labels:
- "deployment=main"
@@ -16,5 +18,7 @@ services:
restart: unless-stopped
ports:
- "4201:80"
volumes:
- .:/usr/share/nginx/html:ro
labels:
- "deployment=staging"