docker-compose: propose alternatives to admins who want to tweak some code
This commit is contained in:
@@ -2,9 +2,16 @@ services:
|
|||||||
inventaire:
|
inventaire:
|
||||||
image: inventaire/inventaire:latest
|
image: inventaire/inventaire:latest
|
||||||
env_file: .env
|
env_file: .env
|
||||||
|
# You may also build image from sources with:
|
||||||
|
# build:
|
||||||
|
# context: ./inventaire
|
||||||
|
# dockerfile: Dockerfile.inventaire
|
||||||
depends_on:
|
depends_on:
|
||||||
- couchdb
|
- couchdb
|
||||||
- elasticsearch
|
- elasticsearch
|
||||||
|
# Uncomment if you want to access the code:
|
||||||
|
# volumes:
|
||||||
|
# - ./inventaire/server:${PROJECT_ROOT}
|
||||||
tty: true
|
tty: true
|
||||||
logging:
|
logging:
|
||||||
options:
|
options:
|
||||||
|
|||||||
Reference in New Issue
Block a user