https://github.com/jliscom/opennote-docker
Files needed for Docker deployment
https://github.com/jliscom/opennote-docker
Last synced: 2 months ago
JSON representation
Files needed for Docker deployment
- Host: GitHub
- URL: https://github.com/jliscom/opennote-docker
- Owner: JLiscom
- License: mit
- Created: 2014-09-29T00:52:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-11T18:54:34.000Z (about 7 years ago)
- Last Synced: 2025-04-08T13:20:04.380Z (2 months ago)
- Size: 20.5 KB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenNote-Docker
Docker is the default install method for OpenNote. Please see [these instructions](https://github.com/FoxUSA/OpenNote/blob/master/Doc/Install.md) in the main OpenNote repository.
## Compose
- `docker-compose up` bring up app. `-d` to detach it
- `docker-compose down` bring down app and delete containers## Build/Deploy
- [ ] Test Docker file using `CWD:test` `sudo docker-compose up`
- [ ] Build container `sudo docker build --no-cache=true -t foxusa/opennote .`
- [ ] Push container `sudo docker push foxusa/opennote`. If you are getting an error you may need to run `docker login`.