https://github.com/digineo/docker-discourse
Minimalistic docker image for Discourse with Caddy 2
https://github.com/digineo/docker-discourse
discourse docker-image
Last synced: about 2 months ago
JSON representation
Minimalistic docker image for Discourse with Caddy 2
- Host: GitHub
- URL: https://github.com/digineo/docker-discourse
- Owner: digineo
- Created: 2020-05-27T15:04:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-06T08:11:14.000Z (almost 5 years ago)
- Last Synced: 2025-01-06T15:18:15.524Z (over 1 year ago)
- Topics: discourse, docker-image
- Language: Shell
- Homepage:
- Size: 26.4 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Docker image for Discourse
==========================
Existing docker images for Discourse are too complex or simply didn't work.
So I created my own image.
You find my
[Discourse Images on Docker Hub](https://hub.docker.com/repository/docker/digineode/discourse).
## Building a specific version
make build VERSION=v2.7.0
## Create admin account
```
docker-compose exec web /app/bundle exec rake admin:create
```