From 3845f4eddb186d89ba3f82ecc4d362ea83b0b423 Mon Sep 17 00:00:00 2001 From: jums Date: Wed, 25 Dec 2024 13:09:48 +0100 Subject: [PATCH] docker-compose: propose alternatives to admins who want to tweak some code --- docker-compose.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index d980391..72da459 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: