https://github.com/potproject/docker-pleroma
docker files for Pleroma (Unofficial)
https://github.com/potproject/docker-pleroma
Last synced: 4 months ago
JSON representation
docker files for Pleroma (Unofficial)
- Host: GitHub
- URL: https://github.com/potproject/docker-pleroma
- Owner: potproject
- License: agpl-3.0
- Created: 2017-11-16T08:47:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-22T12:34:05.000Z (about 8 years ago)
- Last Synced: 2024-08-04T01:10:08.231Z (almost 2 years ago)
- Language: Elixir
- Homepage:
- Size: 15.6 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-pleroma (Unofficial)
Docker版Pleromaです。非公式です。developブランチを使用しており、バージョンアップに従い動かなくなる可能性大なので注意。
Pleroma Original Repo:https://git.pleroma.social/pleroma/pleroma
## Containers
* elixir:1.5.3-alpine ([Docker Hub](https://hub.docker.com/_/elixir/))
* postgres:9.6-alpine ([Docker Hub](https://hub.docker.com/_/postgres/))
## Configuration
``` config/config.exs ```
``` config/dev.secret.exs ```
## Usage
```
docker-compose build
docker-compose run --rm web mix ecto.create
docker-compose run --rm web mix ecto.migrate
docker-compose up -d
```
コンパイルを行うため、 ``` docker-compose up -d ``` 後に起動まで数分かかります。
try it http://localhost:4000/
## LICENCE
AGPL v3