|
@@ -23,10 +23,10 @@ services:
|
|
|
restart: always
|
|
restart: always
|
|
|
ports:
|
|
ports:
|
|
|
- "8080:8080"
|
|
- "8080:8080"
|
|
|
- environment:
|
|
|
|
|
- # Testing overrides (uncomment to enable):
|
|
|
|
|
- # FORCE_UPDATE_AVAILABLE: "1" # Always show update available
|
|
|
|
|
- # FAKE_LATEST_VERSION: "99.0.0" # Fake a newer version
|
|
|
|
|
|
|
+ # Environment variables for testing (uncomment to enable):
|
|
|
|
|
+ # environment:
|
|
|
|
|
+ # FORCE_UPDATE_AVAILABLE: "1" # Always show update available
|
|
|
|
|
+ # FAKE_LATEST_VERSION: "99.0.0" # Fake a newer version
|
|
|
volumes:
|
|
volumes:
|
|
|
# Mount entire app directory for persistence
|
|
# Mount entire app directory for persistence
|
|
|
- .:/app
|
|
- .:/app
|