fix: environment variable
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
country
|
country
|
||||||
company
|
company
|
||||||
|
account_stock_continental
|
||||||
sale_point
|
sale_point
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ services:
|
|||||||
- attachments:/attachments
|
- attachments:/attachments
|
||||||
- ./.dev/pudb.cfg:/root/.config/pudb/pudb.cfg
|
- ./.dev/pudb.cfg:/root/.config/pudb/pudb.cfg
|
||||||
ports:
|
ports:
|
||||||
- "${TRYTON_PORT_LIVE:-18020}:8000"
|
- "${TRYTOND_PORT_LIVE:-18020}:8000"
|
||||||
- "${PUDB_PORT_LIVE:-8020}:8020"
|
- "${PUDB_PORT_LIVE:-8020}:8020"
|
||||||
working_dir: /app
|
working_dir: /app
|
||||||
env_file:
|
env_file:
|
||||||
|
|||||||
Reference in New Issue
Block a user