burntcookie90 / phanpy-dockerfile

dockerfile for running phanpy as a container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Example docker-compose.yml

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

About

dockerfile for running phanpy as a container

License:MIT License


Languages

Language:Dockerfile 100.0%