ops(mappa): redeploy v0.5.1 + MAPPA_GITEA_TOKEN (#1020)

This commit is contained in:
2026-08-23 22:39:35 +03:00
parent dc3e05c4c1
commit 66b7ba10b2

View File

@@ -5,7 +5,7 @@
services:
mappa:
image: registry.kzntsv.site/mappa:0.1.0
image: registry.kzntsv.site/mappa:0.5.1
container_name: mappa
restart: unless-stopped
mem_limit: 512m
@@ -14,6 +14,7 @@ services:
- proxy
environment:
DATABASE_URL: postgres://mappa:${MAPPA_DB_PASS}@postgres:5432/mappa
MAPPA_GITEA_TOKEN: ${MAPPA_GITEA_TOKEN}
healthcheck:
test: ["CMD", "wget", "-q", "-O", "/dev/null", "http://127.0.0.1:8731/health"]
interval: 15s