Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- simplex
- --
- name: SimpleX Chat - smp-server
- services:
- smp-server:
- image: ${SIMPLEX_IMAGE:-simplexchat/smp-server:latest}
- environment:
- WEB_MANUAL: ${WEB_MANUAL:-1}
- ADDR: ${ADDR?"Please specify the domain."}
- PASS: ${PASS:-}
- volumes:
- - ./smp_configs:/etc/opt/simplex
- - ./smp_state:/var/opt/simplex
- - ./certificates:/certificates:or
- ports:
- - 172.17.0.1:9892:443
- - 5223:5223
- restart: unless-stopped
- --
- .env
- # Mandatory
- ADDR=smp1.domain.com
- # Optional
- PASS='Irrigate-word123-1asdasdasdasd-asd.......'
- #
- WEB_MANUAL=1
- ---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement