datapusher icon indicating copy to clipboard operation
datapusher copied to clipboard

Datapusher in Docker

Open etj opened this issue 3 years ago • 1 comments

Official ckan docker-compose file still references an image from clementmouchet/datapusher:

  datapusher:
    container_name: datapusher
    image: clementmouchet/datapusher
    ports:
      - "8800:8800"

Anyway the clementmouchet master branch has last been updated on 23 Oct 2014, while the official repo reports "7 Oct 2020".

Is there a more recent official datapusher docker image than clementmouchet's one? Any work in progress on this?

etj avatar May 10 '21 15:05 etj

@etj yes, you can use ours https://github.com/keitaroinc/docker-ckan

mbocevski avatar May 11 '21 08:05 mbocevski