Gramps: upgrade to 25.7.0
This commit is contained in:
@ -3,13 +3,11 @@
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
gramps_app: &gramps_app
|
gramps_app: &gramps_app
|
||||||
image: ghcr.io/gramps-project/grampsweb:v25.6.0
|
image: ghcr.io/gramps-project/grampsweb:25.7.0
|
||||||
container_name: gramps_app
|
container_name: gramps_app
|
||||||
depends_on:
|
depends_on:
|
||||||
- gramps_redis
|
- gramps_redis
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
|
||||||
- "127.0.0.1:{{ gramps_port }}:5000" # host:docker
|
|
||||||
networks:
|
networks:
|
||||||
- "gramps_network"
|
- "gramps_network"
|
||||||
- "{{ web_proxy_network }}"
|
- "{{ web_proxy_network }}"
|
||||||
|
Reference in New Issue
Block a user