Commit b2efc0c
Remove /data volume mount from platesolver service
The platesolver image now stores astrometry indexes at /opt/astrometry
(not /data/astrometry), so the shared /data bind-mount was shadowing
the baked-in indexes and forcing a fresh 10 GB download on every
container start.
The platesolver is a stateless HTTP service — it doesn't read or write
anything under /data — so the volume is simply not needed.
Also adds restart: unless-stopped for consistency with other services.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent aba27c4 commit b2efc0c
1 file changed
Lines changed: 1 addition & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
105 | 106 | | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | 107 | | |
115 | 108 | | |
116 | 109 | | |
| |||
0 commit comments