[add] piwigo
This commit is contained in:
parent
28fd7103c9
commit
a561c3b0eb
5 changed files with 47 additions and 0 deletions
11
.project
Normal file
11
.project
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>thedocks</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
</natures>
|
||||
</projectDescription>
|
4
piwigo/README.md
Normal file
4
piwigo/README.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
# piwigo setup
|
||||
|
||||
|
||||
HTS Tvheadend 4.3-1979~g8fc2dfa7e
|
8
piwigo/config/.gitignore
vendored
Normal file
8
piwigo/config/.gitignore
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
# .gitignore sample
|
||||
###################
|
||||
|
||||
# Ignore all files in this dir...
|
||||
*
|
||||
|
||||
# ... except for this one.
|
||||
!.gitignore
|
16
piwigo/docker-compose.yml
Normal file
16
piwigo/docker-compose.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
version: "2.1"
|
||||
services:
|
||||
piwigo:
|
||||
image: lscr.io/linuxserver/piwigo
|
||||
container_name: piwigo
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/London
|
||||
volumes:
|
||||
- ./config>:/config
|
||||
- ./gallery>:/gallery
|
||||
ports:
|
||||
- 8002:80
|
||||
restart: unless-stopped
|
8
piwigo/gallery/.gitignore
vendored
Normal file
8
piwigo/gallery/.gitignore
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
# .gitignore sample
|
||||
###################
|
||||
|
||||
# Ignore all files in this dir...
|
||||
*
|
||||
|
||||
# ... except for this one.
|
||||
!.gitignore
|
Loading…
Add table
Reference in a new issue