Skip to content

Freegle/FreegleDocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a Docker Compose file which starts up a standalone Freegle system, typically for development.

Pre-requisites

You'll need Docker and a clone of this repo.

Building

Then start the system::

docker-compose up --build

This takes a few minutes to settle down. It pulls up to date code from git each time you start the containers.

Using

Then you can access:

Note that these are all http links; no SSL. This means that at the moment images won't work in local testing because they are served over https.

Configuration

The system contains one test group, FreeglePlayground, centered around Edinburgh.
The only recognised postcode is EH3 6SS.

Using a real domain

Although this setup is hardcoded to use the hostnames above, you can use it on a real domain with appropriate nginx configuration. See nginx.conf for the config.

Rebuilding

If you need to wipe it and build from scratch:

docker system prune -a

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published