Sign inSign up

dbchiro/dbchiroweb

By dbchiro

Updated 2 days ago

Web Database for bat surveys. https://framagit.org/dbchiro/dbchiroweb

Image
0

3.9K

dbchiro/dbchiroweb repository overview

dbChiro[web]

https://framagit.org/dbchiro/dbchiroweb/

A web database database for collecting bat studies data.

Developed to succeed the bdChironalpes database of the Groupe Chiroptère Rhône-Alpes, this tool is developed with the Django Framework associated with a PostgreSQL/PostGIS spatial database.

Docker-compose example

Docker-compose example using mdillon/postgis as database PostgreSQL/PostGIS database.

services:

  db:
    image: postgis/postgis:14-master
    container_name: dbchiro_db
    env_file:
      - .env
    restart: always
    volumes:
      - $POSTGRES_DATA_DIR:/var/lib/postgresql/data 

  dbchiro:
    image: dbchiro/dbchiroweb:latest
    container_name: dbchiro_app
    env_file:
      - .env
    restart: always
    volumes:
      - $DBCHIRO_APP_DIR:/dbchiro
Persistent data

/dbchiro volume contains all essential datas to backup:

  • custom config
  • logo image
  • media directory where files are uploaded

Tag summary

Content type

Image

Digest

sha256:59d8837a3

Size

889.3 MB

Last updated

2 days ago

docker pull dbchiro/dbchiroweb