Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nutellinoit/odoo-compose
Odoo app with persistent data - docker-compose
https://github.com/nutellinoit/odoo-compose
docker-compose odoo
Last synced: 4 days ago
JSON representation
Odoo app with persistent data - docker-compose
- Host: GitHub
- URL: https://github.com/nutellinoit/odoo-compose
- Owner: nutellinoit
- License: mit
- Created: 2018-01-08T14:35:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-13T14:17:30.000Z (about 5 years ago)
- Last Synced: 2024-11-17T04:42:26.786Z (2 months ago)
- Topics: docker-compose, odoo
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# odoo-compose
Odoo app with persistent data - docker-compose## Configure
Change params on `.env` file
### Start
Bring up odoo with:
```bash
docker-compose up -d
```