Skip to content

How to build a community container for paperless-ngx #5641

Answered by szaimen
michaelfliegner asked this question in Ideas
Discussion options

You must be logged in to vote

Hey, so the trick is to translate the given docker-compose like e.g. this one https://github.com/paperless-ngx/paperless-ngx/blob/dev/docker/compose/docker-compose.sqlite.yml to the json syntax used in AIO like stated in https://github.com/nextcloud/all-in-one/tree/main/community-containers#how-to-add-containers:

{
    "aio_services_v1": [
        {
            "container_name": "nextcloud-aio-paperless-ngx",
            "display_name": "Paperless-ngx",
            "documentation": "https://github.com/nextcloud/all-in-one/tree/main/community-containers/paperless-ngx",
            "depends_on": [
              "nextcloud-aio-paperless-ngx-redis"
            ],
            "image": "paperle…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by szaimen
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
help wanted Extra attention is needed
3 participants