Creation
This commit is contained in:
28
piwigo/docker-compose.yaml
Normal file
28
piwigo/docker-compose.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
version: 2
|
||||
services:
|
||||
piwidb:
|
||||
image: mariadb:10
|
||||
container_name: piwigo_mariadb
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: 'GtkDSvb5584hThh7jj5srbn856'
|
||||
MYSQL_DATABASE: 'piwigo_db'
|
||||
MYSQL_USER: 'piwigo_user'
|
||||
MYSQL_PASSWORD: 'Yihaa4832GalereJojotutu544'
|
||||
volumes:
|
||||
- piwigo_db:/var/lib/mysql
|
||||
piwigo:
|
||||
image: linuxserver/piwigo
|
||||
container_name: piwigo
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Paris
|
||||
volumes:
|
||||
- piwigo_data:/config
|
||||
ports:
|
||||
- 8087:80
|
||||
restart: unless-stopped
|
||||
|
||||
links:
|
||||
- piwidb
|
||||
Reference in New Issue
Block a user