Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aeris/cozy-docker
Docker compose to run a Cozy stack
https://github.com/aeris/cozy-docker
Last synced: 3 months ago
JSON representation
Docker compose to run a Cozy stack
- Host: GitHub
- URL: https://github.com/aeris/cozy-docker
- Owner: aeris
- License: agpl-3.0
- Archived: true
- Created: 2018-06-06T09:40:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-19T17:44:52.000Z (almost 6 years ago)
- Last Synced: 2024-05-29T04:10:23.200Z (5 months ago)
- Language: Makefile
- Homepage: https://cozy.io/
- Size: 13.7 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Prerequisite
* Docker (18.06.0+, tested with 18.09.1)
* Docker Compose (tested with 1.23.2)# How to use it
* Run `make setup` to setup environment
- Domain to be used for Cozy creation
- Creation of system CouchDB databases
- Setup of the Cozy admin passphrase* Start the world with `make start` or `docker-compose up`
* Create a Cozy with `make cozy`
- To avoid to be asked for your admin passphrase, you can define the `COZY_ADMIN_PASSWORD` environment variable