Customizable Soketi Server Version

This commit is contained in:
erikn69
2024-01-24 15:17:52 -05:00
parent 3efd4ebd23
commit 29c2b34e84
3 changed files with 8 additions and 1 deletions

View File

@@ -419,6 +419,9 @@ services:
soketi:
build:
context: ./soketi
args:
- NODE_VERSION=${SOKETI_NODE_VERSION}
- BASE_IMAGE_TAG_PREFIX=${SOKETI_BASE_IMAGE_TAG_PREFIX}
volumes:
- ./soketi/config.json:/app/bin/config.json:ro
ports: