Web Database for bat surveys. https://framagit.org/dbchiro/dbchiroweb
3.9K
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 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
/dbchiro volume contains all essential datas to backup:
Content type
Image
Digest
sha256:59d8837a3…
Size
889.3 MB
Last updated
2 days ago
docker pull dbchiro/dbchiroweb