1
0
Fork 0
mirror of synced 2024-10-05 12:34:50 +13:00
budibase/hosting/bbcouch/runner.sh
2022-12-01 13:42:56 +00:00

7 lines
No EOL
244 B
Bash

#!/bin/bash
/docker-entrypoint.sh /opt/couchdb/bin/couchdb &
sleep 10
curl -X PUT http://${COUCHDB_USER}:${COUCHDB_PASSWORD}@localhost:5984/_users
curl -X PUT http://${COUCHDB_USER}:${COUCHDB_PASSWORD}@localhost:5984/_replicator
sleep infinity