ops(mappa): redeploy v0.5.1 + MAPPA_GITEA_TOKEN (#1020)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user