fix selfhosted docker build

This commit is contained in:
antonio
2025-12-03 17:11:22 +01:00
parent 951860f67e
commit 3881c67b93
6 changed files with 22 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ services:
- redis_data:/data
producer:
image: litlyx/litlyx-producer
build: ./producer
ports:
- "3001:3001"
environment:
@@ -41,7 +41,7 @@ services:
- redis
consumer:
image: litlyx/litlyx-consumer
build: ./consumer
environment:
- DEV_MODE=false
- EMAIL_TRPC_URL=none
@@ -57,7 +57,7 @@ services:
- redis
dashboard:
image: litlyx/litlyx-dashboard
build: ./dashboard
ports:
- "3000:3000"
environment: