mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 21:33:02 +01:00
add piwigo
This commit is contained in:
10
README.md
10
README.md
@@ -322,7 +322,6 @@ A collection of delicious docker recipes.
|
|||||||
|
|
||||||
- [x] 3proxy/3proxy
|
- [x] 3proxy/3proxy
|
||||||
- [x] adguard/adguardhome
|
- [x] adguard/adguardhome
|
||||||
- [x] ghcr.io/linuxserver/airsonic :musical_note:
|
|
||||||
- [x] apify
|
- [x] apify
|
||||||
- [x] actor-node
|
- [x] actor-node
|
||||||
- [x] actor-node-playwright
|
- [x] actor-node-playwright
|
||||||
@@ -391,7 +390,6 @@ A collection of delicious docker recipes.
|
|||||||
- [x] hivemq/hivemq-ce
|
- [x] hivemq/hivemq-ce
|
||||||
- [x] homeassistant/home-assistant
|
- [x] homeassistant/home-assistant
|
||||||
- [x] h2non/imaginary
|
- [x] h2non/imaginary
|
||||||
- [x] linuxserver/jackett
|
|
||||||
- [x] jellyfin/jellyfin
|
- [x] jellyfin/jellyfin
|
||||||
- [x] jenkins
|
- [x] jenkins
|
||||||
- [x] inbound-agent
|
- [x] inbound-agent
|
||||||
@@ -405,10 +403,15 @@ A collection of delicious docker recipes.
|
|||||||
- [x] ipfs/kubo
|
- [x] ipfs/kubo
|
||||||
- [x] heartexlabs/label-studio
|
- [x] heartexlabs/label-studio
|
||||||
- [x] martialblog/limesurvey
|
- [x] martialblog/limesurvey
|
||||||
|
- [x] linuxserver
|
||||||
|
- [x] airsonic :musical_note:
|
||||||
|
- [x] jackett
|
||||||
|
- [x] mastodon
|
||||||
|
- [x] piwigo
|
||||||
|
- [x] wireguard
|
||||||
- [x] ghcr.io/ggerganov/llama.cpp
|
- [x] ghcr.io/ggerganov/llama.cpp
|
||||||
- [x] lldap/lldap
|
- [x] lldap/lldap
|
||||||
- [x] mailhog/mailhog
|
- [x] mailhog/mailhog
|
||||||
- [x] linuxserver/mastodon
|
|
||||||
- [x] 42wim/matterbridge :octocat:
|
- [x] 42wim/matterbridge :octocat:
|
||||||
- [x] matrixconduit/matrix-conduit
|
- [x] matrixconduit/matrix-conduit
|
||||||
- [x] getmeili/meilisearch :mag:
|
- [x] getmeili/meilisearch :mag:
|
||||||
@@ -537,7 +540,6 @@ A collection of delicious docker recipes.
|
|||||||
- [x] requarks/wiki
|
- [x] requarks/wiki
|
||||||
- [x] wordpress
|
- [x] wordpress
|
||||||
- [x] yourls
|
- [x] yourls
|
||||||
- [x] ghcr.io/linuxserver/wireguard
|
|
||||||
- [x] zeek/zeek :skull:
|
- [x] zeek/zeek :skull:
|
||||||
- [x] apache/zeppelin
|
- [x] apache/zeppelin
|
||||||
- [x] koenkk/zigbee2mqtt
|
- [x] koenkk/zigbee2mqtt
|
||||||
|
|||||||
6
piwigo/README.md
Normal file
6
piwigo/README.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
piwigo
|
||||||
|
======
|
||||||
|
|
||||||
|
[Piwigo][1] is open source photo gallery software for the web. Designed for organisations, teams and individuals.
|
||||||
|
|
||||||
|
[1]: https://github.com/Piwigo/Piwigo
|
||||||
14
piwigo/docker-compose.yml
Normal file
14
piwigo/docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
version: "3.8"
|
||||||
|
services:
|
||||||
|
piwigo:
|
||||||
|
image: linuxserver/piwigo:14.5.0
|
||||||
|
ports:
|
||||||
|
- "8080:80"
|
||||||
|
volumes:
|
||||||
|
- ./data/etc:/config
|
||||||
|
- ./data/var:/gallery
|
||||||
|
environment:
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
- TZ=Etc/UTC
|
||||||
|
restart: unless-stopped
|
||||||
Reference in New Issue
Block a user