Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/burntcookie90/phanpy-dockerfile

dockerfile for running phanpy as a container
https://github.com/burntcookie90/phanpy-dockerfile

docker mastodon mastodon-client self-hosted

Last synced: about 1 month ago
JSON representation

dockerfile for running phanpy as a container

Awesome Lists containing this project

README

        

Container for https://github.com/cheeaun/phanpy

---

Example `docker-compose.yml`

```yaml
version: '3'
services:
phanpy:
image: ghcr.io/burntcookie90/phanpy-dockerfile:latest
networks:
- proxy
labels:
traefik.enable: true
traefik.http.routers.phanpy.rule: Host(`phanpy.example.com`)
traefik.http.routers.phanpy.entrypoints: websecure
traefik.http.routers.phanpy.tls.certresolver: letsencrypttls

networks:
proxy:
external: true
```