First Upload

This commit is contained in:
2024-10-26 20:34:27 +00:00
commit a1e49121cc
137 changed files with 4053 additions and 0 deletions

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
Docker-Compose stack with nginx, php-fpm and h5ai file server. This stack will expose the
entiree /var/nginx folder, the html webroot folder, and the /var/log/nginx folder to the host.
nginx is linked to php-fpm, and php-fpm container exposed on "php-fpm:9000" (EG "fpm container name:fpm port")
Copy .env.example to .env and define
HTTP_PORT=8888
HTTPS_PORT=8889
Use whatever ports you need to.
You will need to chmod -R 777 ./docker-persist to avoid some file access issuies.
Edit the /docker-persist/nginx/conf.d/h5ai.conf file to reflect the correct hostname you want, if you need to.