matrix-bridge/docker-compose.yaml
2026-07-31 21:28:29 -04:00

9 lines
No EOL
179 B
YAML

services:
discord-bridge:
build: .
restart: unless-stopped
ports:
- "9000:9000"
extra_hosts:
- "host.docker.internal:host-gateway"
env_file: .env