https://github.com/nutellinoit/odoo-compose
Odoo app with persistent data - docker-compose
https://github.com/nutellinoit/odoo-compose
docker-compose odoo
Last synced: 11 months 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-12-13T14:17:30.000Z (over 6 years ago)
- Last Synced: 2025-01-18T00:10:00.349Z (over 1 year 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
```