mirror of
https://github.com/stoatchat/rust-authifier.git
synced 2026-07-01 22:04:53 -04:00
12 lines
188 B
YAML
12 lines
188 B
YAML
version: "3.3"
|
|
services:
|
|
database:
|
|
image: mongo
|
|
ports:
|
|
- "27017:27017"
|
|
sendria:
|
|
image: msztolcman/sendria:v2.2.2.0
|
|
ports:
|
|
- "1025:1025"
|
|
- "1080:1080"
|