Skip to content

Commit

Permalink
Commit from GitHub Actions (Build readme)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-gesinn committed Oct 23, 2024
1 parent 1dda5b2 commit f8de4b6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,11 @@ CKAN and its dependencies (PostgreSQL, Solr, Redis, Nginx) are fully containeriz
** `postgresql/`: Sets up a PostgreSQL instance with a main CKAN database and a DataStore database.
** `solr/`: Provides a Solr instance to power CKAN’s search functionality.
** `redis/`: Configures Redis for caching CKAN's data.

=== Makefile for Easy Management
A Makefile is provided to streamline the management of Docker Compose commands. Some key targets include:
* `make build`: Build the containers. Required after changing Dockerfiles or files added to the containers.
* `make up`: Starts the CKAN stack in the background.
* `make down`: Stops and removes all containers, networks, and volumes (keeping data).
* `make show-logs`: Shows logs from all services in real-time.
* `make destroy`: Completely tears down the environment, removing all associated volumes (including persistent data).

0 comments on commit f8de4b6

Please sign in to comment.