farmOS/docker
Symbioquine 5ddf30f132 Pin XDebug to version 2.9.8
* Why: XDebug >= 3 has many breaking changes which don't
  make sense to deal with in farmOS 7.x-1.x.
2020-12-20 11:39:37 -05:00
..
dev Pin XDebug to version 2.9.8 2020-12-20 11:39:37 -05:00
Dockerfile Revert "farmOS 7.x-1.6." 2020-11-26 06:48:04 -05:00
README.txt Remove docker-compose.override.postgis.yml example. 2020-08-13 07:44:32 -04:00
docker-compose.development.yml Change example database vars from farmos to farm. 2019-04-20 23:40:56 -04:00
docker-compose.production.yml Prepare for release of farmOS 7.x-1.6. 2020-11-26 06:46:36 -05:00
docker-entrypoint.sh Add some informative text to Docker entrypoint scripts when files are copied automatically. 2020-04-10 09:43:04 -04:00

README.txt

# Running farmOS with Docker

This directory contains files necessary to build the farmOS Docker image, along
with example `docker-compose.yml` files that can be used for running farmOS in
Docker containers.

## Development environment

To run a farmOS development environment, copy `docker-compose.development.yml`
into a new directory on your server, rename it to `docker-compose.yml` and run
`docker-compose up`.

## Production environment

To run a farmOS production environment, use `docker-compose.production.yml` as
an example for building your own configuration. Note that this example does not
include a database. It is assumed that in production environments the database
will be managed outside of Docker.

For more information, see farmOS.org/hosting/docker.