-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Sun Dec 15 12:43:34 UTC 2024 | ||
Sun Dec 22 17:41:45 UTC 2024 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"captainVersion":4,"services":{"$$cap_appname-redis":{"image":"redis:$$cap_redis_version","container_name":"$$cap_appname-redis","restart":"always","volumes":["$$cap_appname-redis-data:/data"],"caproverExtra":{"notExposeAsWebApp":"true"}},"$$cap_appname":{"image":"ghcr.io/gramps-project/grampsweb:$$cap_version","restart":"always","environment":{"GRAMPSWEB_TREE":"Gramps Web","GRAMPSWEB_CELERY_CONFIG__broker_url":"redis://srv-captain--$$cap_appname-redis:6379/0","GRAMPSWEB_CELERY_CONFIG__result_backend":"redis://srv-captain--$$cap_appname-redis:6379/0","GRAMPSWEB_RATELIMIT_STORAGE_URI":"redis://srv-captain--$$cap_appname-redis:6379/1"},"depends_on":["$$cap_appname-redis"],"volumes":["$$cap_appname-users:/app/users","$$cap_appname-index:/app/indexdir","$$cap_appname-thumbcache:/app/thumbnail_cache","$$cap_appname-secret:/app/secret","$$cap_appname-db:/root/.gramps/grampsdb","$$cap_appname-media:/app/media","$$cap_appname-tmp:/tmp"],"caproverExtra":{"containerHttpPort":"5000"}},"$$cap_appname-celery":{"restart":"always","environment":{"GRAMPSWEB_TREE":"Gramps Web","GRAMPSWEB_CELERY_CONFIG__broker_url":"redis://srv-captain--$$cap_appname-redis:6379/0","GRAMPSWEB_CELERY_CONFIG__result_backend":"redis://srv-captain--$$cap_appname-redis:6379/0","GRAMPSWEB_RATELIMIT_STORAGE_URI":"redis://srv-captain--$$cap_appname-redis:6379/1"},"volumes":["$$cap_appname-users:/app/users","$$cap_appname-index:/app/indexdir","$$cap_appname-thumbcache:/app/thumbnail_cache","$$cap_appname-secret:/app/secret","$$cap_appname-db:/root/.gramps/grampsdb","$$cap_appname-media:/app/media","$$cap_appname-tmp:/tmp"],"ports":[],"container_name":"$$cap_appname-celery","depends_on":["$$cap_appname-redis"],"caproverExtra":{"notExposeAsWebApp":"true","dockerfileLines":["FROM ghcr.io/gramps-project/grampsweb:$$cap_version","CMD exec celery -A gramps_webapi.celery worker --loglevel=INFO"]}}},"caproverOneClickApp":{"variables":[{"id":"$$cap_version","label":"Version Tag","description":"Check out their GitHub page for the valid tags https://github.com/gramps-project/Gramps.js/pkgs/container/grampsweb","defaultValue":"v24.12.1"},{"id":"$$cap_redis_version","label":"Redis Version","defaultValue":"7.2.4-alpine","description":"Check out their Docker page for the valid tags https://hub.docker.com/_/redis?tab=tags","validRegex":"/^([^\\s^\\/])+$/"}],"instructions":{"start":"Gramps Web is a web app for collaborative genealogy. It is based on and interoperable with Gramps, the leading open source genealogy desktop application.\nGramps Web is open source software and puts your privacy and your control of your research data first.","end":"Done! 🚀\n⚠️ The web API must be served to the public internet over HTTPS."},"displayName":"Gramps Web","isOfficial":true,"description":"Web frontend for the Gramps genealogical research system.","documentation":"Taken from https://gramps-project.github.io/web/Deployment/"}} | ||
{"captainVersion":4,"services":{"$$cap_appname-redis":{"image":"redis:$$cap_redis_version","container_name":"$$cap_appname-redis","restart":"always","volumes":["$$cap_appname-redis-data:/data"],"caproverExtra":{"notExposeAsWebApp":"true"}},"$$cap_appname":{"image":"ghcr.io/gramps-project/grampsweb:$$cap_version","restart":"always","environment":{"GRAMPSWEB_TREE":"Gramps Web","GRAMPSWEB_CELERY_CONFIG__broker_url":"redis://srv-captain--$$cap_appname-redis:6379/0","GRAMPSWEB_CELERY_CONFIG__result_backend":"redis://srv-captain--$$cap_appname-redis:6379/0","GRAMPSWEB_RATELIMIT_STORAGE_URI":"redis://srv-captain--$$cap_appname-redis:6379/1"},"depends_on":["$$cap_appname-redis"],"volumes":["$$cap_appname-users:/app/users","$$cap_appname-index:/app/indexdir","$$cap_appname-thumbcache:/app/thumbnail_cache","$$cap_appname-secret:/app/secret","$$cap_appname-db:/root/.gramps/grampsdb","$$cap_appname-media:/app/media","$$cap_appname-tmp:/tmp"],"caproverExtra":{"containerHttpPort":"5000"}},"$$cap_appname-celery":{"restart":"always","environment":{"GRAMPSWEB_TREE":"Gramps Web","GRAMPSWEB_CELERY_CONFIG__broker_url":"redis://srv-captain--$$cap_appname-redis:6379/0","GRAMPSWEB_CELERY_CONFIG__result_backend":"redis://srv-captain--$$cap_appname-redis:6379/0","GRAMPSWEB_RATELIMIT_STORAGE_URI":"redis://srv-captain--$$cap_appname-redis:6379/1"},"volumes":["$$cap_appname-users:/app/users","$$cap_appname-index:/app/indexdir","$$cap_appname-thumbcache:/app/thumbnail_cache","$$cap_appname-secret:/app/secret","$$cap_appname-db:/root/.gramps/grampsdb","$$cap_appname-media:/app/media","$$cap_appname-tmp:/tmp"],"ports":[],"container_name":"$$cap_appname-celery","depends_on":["$$cap_appname-redis"],"caproverExtra":{"notExposeAsWebApp":"true","dockerfileLines":["FROM ghcr.io/gramps-project/grampsweb:$$cap_version","CMD exec celery -A gramps_webapi.celery worker --loglevel=INFO"]}}},"caproverOneClickApp":{"variables":[{"id":"$$cap_version","label":"Version Tag","description":"Check out their GitHub page for the valid tags https://github.com/gramps-project/Gramps.js/pkgs/container/grampsweb","defaultValue":"v24.12.1"},{"id":"$$cap_redis_version","label":"Redis Version","defaultValue":"7.2.4-alpine","description":"Check out their Docker page for the valid tags https://hub.docker.com/_/redis?tab=tags","validRegex":"/^([^\\s^\\/])+$/"}],"instructions":{"start":"Gramps Web is a web app for collaborative genealogy. It is based on and interoperable with Gramps, the leading open source genealogy desktop application.\nGramps Web is open source software and puts your privacy and your control of your research data first.","end":"Done! 🚀\n⚠️ The web API must be served to the public internet over HTTPS."},"displayName":"Gramps Web","isOfficial":true,"description":"Web frontend for the Gramps genealogical research system.","documentation":"Taken from https://github.com/gramps-project/gramps-web-docs/blob/main/examples/docker-compose-base/docker-compose.yml"}} |