Update compose.yaml

updated compose.yaml
This commit is contained in:
Dome
2025-03-27 15:44:09 +01:00
committed by GitHub
parent b47dbf1089
commit 67c27fda6c
+14 -1
View File
@@ -2,7 +2,20 @@ version: '3.8'
services: services:
matrix-to: matrix-to:
build: . container_name: Matrix-to
hostname: matrix-to
image: domoel/matrix-to:latest
ports: ports:
- "5000:5000" - "5000:5000"
restart: unless-stopped restart: unless-stopped
environment:
- PORT=5000
volumes:
- ./data:/app
networks:
- frontend
networks:
frontend:
external: true
name: matrix