Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/n3n/odoo-starter
https://github.com/n3n/odoo-starter
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/n3n/odoo-starter
- Owner: n3n
- Created: 2019-11-13T15:36:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-14T16:28:33.000Z (about 5 years ago)
- Last Synced: 2024-11-09T08:39:07.413Z (about 1 month ago)
- Language: Python
- Size: 15.6 KB
- Stars: 4
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-cloud-run - odoo
README
# Odoo
https://github.com/odoo/docker/blob/master/12.0
[![Run on Google Cloud](https://deploy.cloud.run/button.svg)](https://deploy.cloud.run)
## How to run
Copy `docker-compose.example.yml` to `docker-compose.yml`
Copy `config/odoo.example.conf` to `config/odoo.conf`
then edit your own configuration
`docker-compose up -d`
## Environment Variables
- `DB_HOST`: The address of the postgres server. If you used a postgres container, set to the name of the container. Defaults to db.
- `DB_PORT`: The port the postgres server is listening to. Defaults to 5432.
- `DB_USER`: The postgres role with which Odoo will connect. If you used a postgres container, set to the same value as POSTGRES_USER. Defaults to odoo.
- `DB_PASSWORD`: The password of the postgres role with which Odoo will connect. If you used a postgres container, set to the same value as POSTGRES_PASSWORD. Defaults to odoo.