Skip to content
Discussion options

You must be logged in to vote
  couchdb-service:
    restart: unless-stopped
    image: budibase/couchdb:v3.3.3-sqs-v2.1.1
    environment:
      - COUCHDB_PASSWORD=${COUCH_DB_PASSWORD}
      - COUCHDB_USER=${COUCH_DB_USER}
      - TARGETBUILD=docker-compose
    volumes:
      - couchdb3_data:/opt/couchdb/data

I would check to see if there is any data in your volumes. It's very likely you've just created new volumes. But existing data from previous setups is still there.

Your couch service is very different from the one included in the Docker Compose file. Try updating it and see if it makes a difference.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dev-artisan
Comment options

Answer selected by dev-artisan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
out-of-scope Beyond the scope of Budibase Customer Success support bb-self-host
2 participants