You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
5 months ago | |
---|---|---|
.. | ||
dev | 1 year ago | |
Dockerfile | 5 months ago | |
README.txt | 5 months ago | |
docker-compose.development.yml | 3 years ago | |
docker-compose.production.yml | 5 months ago | |
docker-entrypoint.sh | 2 years ago |
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 v1.farmOS.org/hosting/docker.