pixelfed-docker

所属分类:Docker
开发工具:Dockerfile
文件大小:0KB
下载次数:0
上传日期:2023-08-19 14:38:50
上 传 者sh-1993
说明:  像素驳接器,,
(pixelfed-docker,,)

文件列表:
Dockerfile (1811, 2023-12-31)
configs/ (0, 2023-12-31)
configs/cron-pixelfed (73, 2023-12-31)
configs/nginx.conf (1884, 2023-12-31)
configs/php-fpm.conf (22096, 2023-12-31)
configs/php.ini (73749, 2023-12-31)
configs/supervisor-cron.conf (197, 2023-12-31)
configs/supervisor-fpm.conf (197, 2023-12-31)
configs/supervisor-horizon.conf (251, 2023-12-31)
configs/supervisor-nginx.conf (207, 2023-12-31)
configs/supervisord.conf (1204, 2023-12-31)
docker-compose.yml (507, 2023-12-31)
scripts/ (0, 2023-12-31)
scripts/docker-entrypoint.sh (767, 2023-12-31)

# pixelfed-docker ## Deploy with docker compose ``` version: '3' services: app: image: nexryai/pixelfed restart: unless-stopped volumes: - storage:/opt/pixelfed/storage - bootstrap:/opt/pixelfed/bootstrap - ./config.env:/opts/pixelfed/config.env ports: - "127.0.0.1:3000:80" volumes: storage: driver: local driver_opts: o: bind type: none device: /path/to/data/storage bootstrap: driver: local driver_opts: o: bind type: none device: /path/to/data/bootstrap ```

近期下载者

相关文件


收藏者