Compare commits
2 Commits
604284f91c
...
9938c5564e
| Author | SHA1 | Date | |
|---|---|---|---|
| 9938c5564e | |||
| 25a2480396 |
@@ -11,8 +11,8 @@ slug: "gramps-web"
|
|||||||
|
|
||||||
# --- Resource hints (displayed on deploy screen) ---
|
# --- Resource hints (displayed on deploy screen) ---
|
||||||
resources:
|
resources:
|
||||||
mem_request: "100M"
|
mem_request: "384M"
|
||||||
mem_limit: "384M"
|
mem_limit: "1024M"
|
||||||
pi_compatible: true
|
pi_compatible: true
|
||||||
needs_hdd: false
|
needs_hdd: false
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ services:
|
|||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: 384M
|
memory: 1024M
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "wget", "--spider", "-q", "http://127.0.0.1:5000"]
|
test: ["CMD", "wget", "--spider", "-q", "http://127.0.0.1:5000"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
homebox:
|
homebox:
|
||||||
image: ghcr.io/sysadminsmedia/homebox:v0.26.2
|
image: ghcr.io/sysadminsmedia/homebox:0.26.2
|
||||||
container_name: homebox
|
container_name: homebox
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user