1
0
Fork 0
mirror of https://git.fifo-f.eu/fifo/phanpy-docker.git synced 2025-04-19 11:28:05 +02:00
phanpy-docker/docker-compose.yml

21 lines
565 B
YAML
Raw Normal View History

2024-12-04 18:38:19 +01:00
version: '3'
services:
phanpy:
build:
context: .
2024-12-04 20:13:55 +01:00
# args:
# PHANPY_CLIENT_NAME: "phanpy.fifo-f.eu"
# PHANPY_WEBSITE: "https://phanpy.fifo-f.eu"
# PHANPY_LINGVA_INSTANCES: "lingva.phanpy.social lingva.lunar.icu lingva.garudalinux.org translate.plausibility.cloud"
# PHANPY_PRIVACY_POLICY_URL: "https://github.com/cheeaun/phanpy/blob/main/PRIVACY.MD"
# PHANPY_DEFAULT_INSTANCE: "fedi.fifo-f.eu"
2024-12-04 18:38:19 +01:00
ports:
- "8282:80"
networks:
- phanpy-network
networks:
phanpy-network:
driver: bridge