matrix-sms-gateway/docker-compose.yml
2025-09-10 19:21:57 -06:00

14 lines
306 B
YAML

version: "3.9"
services:
matrix-sms-gateway:
build: .
container_name: matrix-sms-gateway
environment:
MATRIX_HOMESERVER: "https://aria-net.org"
MATRIX_USER_ID: "@user:aria-net.org"
MATRIX_PASSWORD: "your_password"
ports:
- "8080:8080"
restart: unless-stopped