working on container

This commit is contained in:
pablorevilla-meshtastic
2026-01-25 13:34:26 -08:00
parent bea6c8cd8e
commit be51dc9c55
2 changed files with 13 additions and 11 deletions

View File

@@ -35,7 +35,7 @@ RUN uv pip install --no-cache-dir --upgrade pip \
COPY --chown=${APP_USER}:${APP_USER} . . COPY --chown=${APP_USER}:${APP_USER} . .
# Patch config # Patch config
RUN patch -p1 < container/config.patch COPY --chown=${APP_USER}:${APP_USER} container/config.ini /app/sample.config.ini
# Clean # Clean
RUN rm -rf /app/.git* && \ RUN rm -rf /app/.git* && \

View File

@@ -90,24 +90,26 @@ See [README-Docker.md](README-Docker.md) for container deployment and [docs/](do
Samples of currently running instances: Samples of currently running instances:
- https://meshview.bayme.sh (SF Bay Area) - https://meshview.bayme.sh (SF Bay Area - USA)
- https://www.svme.sh (Sacramento Valley) - https://www.svme.sh (Sacramento Valley - USA)
- https://meshview.nyme.sh (New York) - https://meshview.nyme.sh (New York - USA)
- https://meshview.socalmesh.org (LA Area) - https://meshview.socalmesh.org (Los Angenles - USA)
- https://map.wpamesh.net (Western Pennsylvania) - https://map.wpamesh.net (Western Pennsylvania - USA)
- https://meshview.chicagolandmesh.org (Chicago) - https://meshview.chicagolandmesh.org (Chicago - USA)
- https://meshview.mt.gt (Canada) - https://meshview.mt.gt (Canada)
- https://canadaverse.org (Canada) - https://canadaverse.org (Canada)
- https://meshview.meshtastic.es (Spain) - https://meshview.meshtastic.es (Spain)
- https://view.mtnme.sh (North Georgia / East Tennessee) - https://view.mtnme.sh (North Georgia / East Tennessee - USA)
- https://meshview.lsinfra.de (Hessen - Germany) - https://meshview.lsinfra.de (Hessen - Germany)
- https://meshview.pvmesh.org (Pioneer Valley, Massachusetts) - https://meshview.pvmesh.org (Pioneer Valley, Massachusetts - USA)
- https://meshview.louisianamesh.org (Louisiana) - https://meshview.louisianamesh.org (Louisiana - USA)
- https://www.swlamesh.com (Southwest Louisiana) - https://www.swlamesh.com (Southwest Louisiana- USA)
- https://meshview.meshcolombia.co (Colombia) - https://meshview.meshcolombia.co (Colombia)
- https://meshview-salzburg.jmt.gr (Salzburg / Austria) - https://meshview-salzburg.jmt.gr (Salzburg / Austria)
- https://map.cromesh.eu (Coatia) - https://map.cromesh.eu (Coatia)
- https://view.meshdresden.eu (Dresden / Germany) - https://view.meshdresden.eu (Dresden / Germany)
- https://meshview.meshoregon.com (Oregon - USA)
- https://meshview.gamesh.net (Georgia - USA)
--- ---