File tree Expand file tree Collapse file tree 2 files changed +20
-9
lines changed Expand file tree Collapse file tree 2 files changed +20
-9
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,14 @@ Write the date in place of the "Unreleased" in the case a new version is release
33
44# Changelog
55
6+
7+ ## PLACEHOLDER
8+
9+ ### Added
10+
11+ - Optional ` persist ` query parameter to PUT and PATCH /array/... routes.
12+
13+
614## v0.2.0 (2025-10-29)
715
816### Added
Original file line number Diff line number Diff line change 11version : " 3.2"
22services :
3- tiled :
4- image : ghcr.io/bluesky/tiled:0.2.0
3+ tiled-base :
4+ container_name : tiled-base
5+ # image: ghcr.io/bluesky/tiled:v0.1.0b10
6+ image : tiled:local
7+ platform : linux/arm64
8+ build :
9+ context : " ." # Local repo directory
10+ platforms :
11+ - linux/arm64
12+ tags :
13+ - tiled:local
514 environment :
615 - TILED_SINGLE_USER_API_KEY=${TILED_SINGLE_USER_API_KEY}
716 ports :
8- - 8000 :8000
17+ - 127.0.0.1:8080 :8000
918 restart : unless-stopped
10- healthcheck :
11- test : curl --fail http://localhost:8000/healthz || exit 1
12- interval : 60s
13- timeout : 10s
14- retries : 3
15- start_period : 30s
1619
1720 # Below we additionally configure monitoring with Prometheus and Grafana.
1821 # This is optional; it is not required for Tiled to function.
You can’t perform that action at this time.
0 commit comments