Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/burntcookie90/phanpy-dockerfile
- Owner: burntcookie90
- License: mit
- Created: 2024-01-04T19:44:01.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-30T19:24:48.000Z (about 2 months ago)
- Last Synced: 2024-10-01T09:21:33.606Z (about 2 months ago)
- Topics: docker, mastodon, mastodon-client, self-hosted
- Language: Dockerfile
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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: letsencrypttlsnetworks:
proxy:
external: true
```