Skip to content

BspbOrg/geonode-docker-compose

Repository files navigation

geonode-docker-compose

This repository contains a docker-compose configuration for a GeoNode instance.

Requirements

  • Docker
  • Docker Compose

Usage

Setup

First need to create a .env file with the following content:

    # project name suffix for docker-compose
    COMPOSE_PROJECT_NAME=geonode3
    # environment to use
    SET_DOCKER_ENV=local

Then run the following command to build the images:

    ./dc build

Start

To start the GeoNode instance run the following command:

    ./dc up -d

Stop

To stop the GeoNode instance run the following command:

    ./dc down

Logs

To see the logs of the GeoNode instance run the following command:

    ./dc logs -f

About

docker-compose configuration for geonode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published