docker-compose: propose alternatives to admins who want to tweak some code

This commit is contained in:
jums
2024-12-25 13:09:48 +01:00
committed by maxlath
parent 34db3704a4
commit 3845f4eddb

View File

@@ -2,9 +2,16 @@ services:
inventaire:
image: inventaire/inventaire:latest
env_file: .env
# You may also build image from sources with:
# build:
# context: ./inventaire
# dockerfile: Dockerfile.inventaire
depends_on:
- couchdb
- elasticsearch
# Uncomment if you want to access the code:
# volumes:
# - ./inventaire/server:${PROJECT_ROOT}
tty: true
logging:
options: