compose: expose inventaire internal port for Traefik routing
Made-with: Cursor
This commit is contained in:
@@ -2,6 +2,8 @@ services:
|
|||||||
inventaire:
|
inventaire:
|
||||||
image: inventaire/inventaire:latest
|
image: inventaire/inventaire:latest
|
||||||
env_file: .env
|
env_file: .env
|
||||||
|
expose:
|
||||||
|
- "3016"
|
||||||
environment:
|
environment:
|
||||||
- 'INVENTAIRE_PORT=${INVENTAIRE_PORT:-3016}'
|
- 'INVENTAIRE_PORT=${INVENTAIRE_PORT:-3016}'
|
||||||
- 'PUBLIC_HOSTNAME=${PUBLIC_HOSTNAME:-libra.i4h.ru}'
|
- 'PUBLIC_HOSTNAME=${PUBLIC_HOSTNAME:-libra.i4h.ru}'
|
||||||
|
|||||||
Reference in New Issue
Block a user