bunkerweb/examples/basic-website-with-php
2021-08-04 12:01:07 +02:00
..
web-files readme update 2020-10-17 17:02:42 +02:00
architecture.png examples improvement - traefik alternative, autoconf reverse proxy and basic website 2021-08-04 12:01:07 +02:00
docker-compose.yml examples - use example.com instead of website.com 2021-07-16 09:40:02 +02:00
README.md examples improvement - traefik alternative, autoconf reverse proxy and basic website 2021-08-04 12:01:07 +02:00
variables.env examples - use example.com instead of website.com 2021-07-16 09:40:02 +02:00

Basic website with PHP

This is a basic example for a typical PHP website/app.

Architecture

Docker

See docker-compose.yml.

Linux

Please note that you need to install and configure a php-fpm instance on your server.

See variables.env.