ops(mappa): redeploy v0.5.1 + MAPPA_GITEA_TOKEN (#1020)
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
mappa:
|
mappa:
|
||||||
image: registry.kzntsv.site/mappa:0.1.0
|
image: registry.kzntsv.site/mappa:0.5.1
|
||||||
container_name: mappa
|
container_name: mappa
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
mem_limit: 512m
|
mem_limit: 512m
|
||||||
@@ -14,6 +14,7 @@ services:
|
|||||||
- proxy
|
- proxy
|
||||||
environment:
|
environment:
|
||||||
DATABASE_URL: postgres://mappa:${MAPPA_DB_PASS}@postgres:5432/mappa
|
DATABASE_URL: postgres://mappa:${MAPPA_DB_PASS}@postgres:5432/mappa
|
||||||
|
MAPPA_GITEA_TOKEN: ${MAPPA_GITEA_TOKEN}
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "wget", "-q", "-O", "/dev/null", "http://127.0.0.1:8731/health"]
|
test: ["CMD", "wget", "-q", "-O", "/dev/null", "http://127.0.0.1:8731/health"]
|
||||||
interval: 15s
|
interval: 15s
|
||||||
|
|||||||
Reference in New Issue
Block a user