-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reverts commit f8e2b25.
- Loading branch information
Showing
7 changed files
with
49 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# used for development | ||
# docker-compose.override.yml is automatically used by docker-compose when no | ||
# option -f is provided | ||
|
||
version: '2' | ||
|
||
services: | ||
odoo: | ||
tty: true | ||
stdin_open: true | ||
ports: | ||
- 8069 | ||
- 8072 | ||
volumes: | ||
- "data-odoo-pytest-cache:/opt/odoo/.cache" | ||
# to speed build of image customise your .dockerfileignore (this is an help their) | ||
- "./odoo:/opt/odoo" | ||
environment: | ||
- MARABUNTA_MODE=demo # could be 'full' for the db with all the data | ||
- MARABUNTA_ALLOW_SERIE=True # should not be set in production | ||
|
||
db: | ||
ports: | ||
- 5432 | ||
|
||
nginx: | ||
ports: | ||
- 80:80 | ||
|
||
volumes: | ||
# store pytest cache, allowing to use --lf or --ff (replay last or first failures) | ||
data-odoo-pytest-cache: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
11.0.0 | ||
9.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters