readme updates

This commit is contained in:
Yhael S
2023-08-25 03:51:07 -05:00
parent 95c1a03599
commit 463820f65b

View File

@@ -33,7 +33,7 @@ INIT=
LOAD=base,web LOAD=base,web
WORKERS=2 WORKERS=2
# Enterprise (GitHub User with access to [Odoo Enterprise](https://github.com/odoo/enterprise) Repo) # Enterprise (GitHub User with access to Odoo Enterprise [https://github.com/odoo/enterprise] Repo)
GITHUB_USER=yhaelopez GITHUB_USER=yhaelopez
GITHUB_ACCESS_TOKEN=ghp_token GITHUB_ACCESS_TOKEN=ghp_token
@@ -54,7 +54,7 @@ All environments receive the whole `.env` file variables. However, some of them
To bring up most of the following environments run `docker-compose down && docker-compose up -d --build && docker-compose logs odoo`. Here are the description of each of them. To bring up most of the following environments run `docker-compose down && docker-compose up -d --build && docker-compose logs odoo`. Here are the description of each of them.
#### *Fresh* or *Restore* #### - *Fresh* or *Restore*
This environment (`APP_ENV=fresh` or `APP_ENV=restore`) will have no database created and it's perfect for setting up a fresh database instance or restoring a production database. This environment (`APP_ENV=fresh` or `APP_ENV=restore`) will have no database created and it's perfect for setting up a fresh database instance or restoring a production database.
#### *Local*: #### *Local*: