Add xbackbone

This commit is contained in:
Joey Hafner 2022-04-26 00:36:51 -07:00
parent ee26e96e09
commit 80794ac49c
4 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1 @@
DOCKER_DATA=/root/data/xbackbone

View File

@ -0,0 +1,5 @@
# References
[Dockerhub](https://hub.docker.com/r/linuxserver/xbackbone)
[Linuxserver.io](https://docs.linuxserver.io/images/docker-xbackbone)
[GitHub/Linuxserver/Xbackbone](https://github.com/linuxserver/docker-xbackbone)
[Github/SergiX44/Xbackbone](https://github.com/SergiX44/XBackBone)

View File

@ -0,0 +1,23 @@
version: '3'
services:
xbackbone:
image: linuxserver/xbackbone
container_name: xbackbone_xbackbone
restart: unless-stopped
environment:
- PUID=1000
- PGID=1000
- TZ=America/Los_Angeles
volumes:
- $DOCKER_DATA:/config
- ./php-local.ini:/config/php/php-local.ini
labels:
- "traefik.http.routers.xbackbone.rule=Host(`xbackbone.jafner.tools`)"
- "traefik.http.routers.xbackbone.tls.certresolver=lets-encrypt"
- "traefik.http.services.xbackbone.loadbalancer.server.port=80"
networks:
- web
networks:
web:
external: true

View File

@ -0,0 +1,6 @@
; Edit this file to override php.ini directives and restart the container
date.timezone = America/Los_Angeles
upload_max_filesize = 1024M
post_max_size = 1024M
memory_limit = 128M