mirror of
https://github.com/SrIzan10/hctv.git
synced 2026-06-06 00:56:56 +00:00
fix: rowan fixes
This commit is contained in:
@@ -8,7 +8,9 @@ services:
|
||||
condition: service_started
|
||||
env_file:
|
||||
- .env
|
||||
image: srizan10/hclive
|
||||
build:
|
||||
context: .
|
||||
dockerfile: apps/web/Dockerfile
|
||||
chat:
|
||||
depends_on:
|
||||
postgres:
|
||||
@@ -17,7 +19,9 @@ services:
|
||||
condition: service_started
|
||||
env_file:
|
||||
- .env
|
||||
image: srizan10/hclive-chat
|
||||
build:
|
||||
context: .
|
||||
dockerfile: apps/chat/Dockerfile
|
||||
postgres:
|
||||
image: 'postgres:17-alpine'
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user