inventaire service: use a custom entrypoint script

to initialize the local config from env variables
This commit is contained in:
maxlath
2025-02-26 23:32:20 +01:00
parent 1b94320cb2
commit 80b8985198
5 changed files with 41 additions and 7 deletions

View File

@@ -1,8 +1,6 @@
services:
inventaire:
image: inventaire:latest
volumes:
- ./inventaire:/opt/inventaire
image: inventaire/inventaire:latest
env_file: .env
depends_on:
- couchdb