bcosca / fatfree

A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!
2.66k stars 446 forks source link

Dockerized #1261

Closed ranrinc closed 1 year ago

ranrinc commented 1 year ago

Is there an example of setting up the right way for F3 + Docker?

ikkez commented 1 year ago

For development of the F3 core itself, we have a Docker setup right here https://github.com/f3-factory/fatfree-dev .. but this is not meant for hosting userland projects. For own development or a production docker setup, you need to setup your own.. F3 doesn't need any special things, just a bare php image to function. Check out http://devilbox.org/ and https://github.com/serversideup/docker-php as starting point for creating own containers.