mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-11 01:38:49 +00:00
Add comment to docker-compose file
This commit is contained in:
parent
07857c3088
commit
7bf3229595
@ -19,6 +19,7 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
target: dev
|
target: dev
|
||||||
ports:
|
ports:
|
||||||
|
# Expose web server on port 8000
|
||||||
- 8000:8000
|
- 8000:8000
|
||||||
volumes:
|
volumes:
|
||||||
# Ensure you specify the location of the 'src' directory at the end of this file
|
# Ensure you specify the location of the 'src' directory at the end of this file
|
||||||
@ -26,7 +27,6 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
# Environment variables required for the dev server are configured in dev-config.env
|
# Environment variables required for the dev server are configured in dev-config.env
|
||||||
- dev-config.env
|
- dev-config.env
|
||||||
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
# Background worker process handles long-running or periodic tasks
|
# Background worker process handles long-running or periodic tasks
|
||||||
|
Loading…
x
Reference in New Issue
Block a user