Files
sms-otp-gateway/docker-compose.yml
Vassiliy Yegorov 535ea8356f
All checks were successful
Build SMS Gateway / Build image (push) Successful in 11s
add\fix basepath
2026-01-19 21:04:12 +07:00

14 lines
265 B
YAML

services:
sms-gateway:
build: .
container_name: sms-otp-gateway
ports:
- "3000:3000"
volumes:
- ./data:/app/data
environment:
- SMS_LOGIN=admin
- SMS_PASSWORD=secret
# - BASE_PATH=/sms
restart: unless-stopped