Docker support

Hi all,

I wanted to run Zenphoto CMS in a Docker container and found the old Docker support lacking. So I put together a Dockerfile for a container with Zenphoto and a docker-compose.yml for a two-container setup with Zenphoto and MariaDB, you can find it here: https://github.com/ciakval/docker-zenphoto

There is currently zero documentation, but the container seems to work:

  • use docker compose build && docker compose up to get them to run
  • access Zenphoto at http://localhost:8000/zenphoto
  • go through the initial setup, etc.

If anyone is interested, please go ahead and use it, give me feedback and/or come up with your own improvements :-)

Comments

Sign In or Register to comment.