chore(docker): update Docker configuration

This commit is contained in:
2026-01-03 22:12:39 -06:00
parent e7d86e11d2
commit 7f30ffe07a
4 changed files with 23 additions and 7 deletions

View File

@@ -327,6 +327,11 @@ tasks:
cmds:
- 'MESHCHAT_IMAGE="{{.DOCKER_IMAGE}}" {{.DOCKER_COMPOSE_CMD}} -f {{.DOCKER_COMPOSE_FILE}} up --remove-orphans --pull never reticulum-meshchatx'
run-docker-dev:
desc: Run Docker container in development mode using docker-compose.dev.yml
cmds:
- 'MESHCHAT_IMAGE="{{.DOCKER_IMAGE}}" {{.DOCKER_COMPOSE_CMD}} -f docker-compose.dev.yml up --build --remove-orphans reticulum-meshchatx'
docker-build-env:
desc: Build the Docker image for containerized builds
cmds: