This repository contains setup for running Zenphoto in Docker.
- Clone this repository
- Copy
env.txt.exampletoenv.txtand set secure passwords - Run
docker compose up --buildto start the application - Open
http://localhost:8000/zenphotoin your browser
All configuration is done via environment variables in env.txt (never committed to git):
| Variable | Description |
|---|---|
MARIADB_ROOT_PASSWORD |
MariaDB root password |
MARIADB_USER |
Zenphoto database user |
MARIADB_PASSWORD |
Zenphoto database password |
MARIADB_DATABASE |
Database name |
DB_HOST |
Database hostname (use db when using compose) |
If you have an idea for improvement, please open an Issue. If you have or are willing to provide such an improvement, please open a Pull Request.