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: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by szaimen
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
2 participants