forked from vhaudiquet/homeprod
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5076450dba |
@@ -52,7 +52,7 @@ services:
|
|||||||
command: celery -A gramps_webapi.celery worker --loglevel=INFO --concurrency=2
|
command: celery -A gramps_webapi.celery worker --loglevel=INFO --concurrency=2
|
||||||
|
|
||||||
grampsweb_redis:
|
grampsweb_redis:
|
||||||
image: docker.io/library/redis:8.10.0-alpine
|
image: docker.io/library/redis:8.10.1-alpine
|
||||||
container_name: grampsweb_redis
|
container_name: grampsweb_redis
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ services:
|
|||||||
tubearchivist:
|
tubearchivist:
|
||||||
container_name: tubearchivist
|
container_name: tubearchivist
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: bbilly1/tubearchivist:v0.5.12
|
image: bbilly1/tubearchivist:v0.5.10
|
||||||
ports:
|
ports:
|
||||||
- "8000"
|
- "8000"
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user