Opengist Logo emanuelegori's Gists

Explore

  • All gists
  • Topics
  • Users
Copyright 2024 - 2025 emanuelegori.uno
Give feedback on the new UI Powered by Opengist ⋅ 94ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login
p

phanpy

Recently created Least recently created Recently updated Least recently updated
emanuelegori

emanuelegori / Phanpy

Last active 3 months ago docker mastodon phanpy

Unofficial Docker Image for Phanpy Mastodon Web Client

0 0 1
1 services:
2 phanpy:
3 image: ghcr.io/yitsushi/phanpy-docker:latest
4 container_name: phanpy
5 hostname: phanpy
6 ports:
7 - 3000:3000
8 healthcheck:
9 test: ["CMD", "curl", "-f", "http://localhost"]
10 interval: 30s