Initial kosync-rs port
This commit is contained in:
17
docker-compose.yml
Normal file
17
docker-compose.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
services:
|
||||
kosync-rs:
|
||||
image: kosync-rs:latest
|
||||
build:
|
||||
context: .
|
||||
container_name: kosync-rs
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "7200:7200"
|
||||
- "17200:17200"
|
||||
environment:
|
||||
ENABLE_USER_REGISTRATION: "true"
|
||||
KOSYNC_DB: /data/kosync.sqlite3
|
||||
KOSYNC_TLS: auto
|
||||
RUST_LOG: info
|
||||
volumes:
|
||||
- ./data:/data
|
||||
Reference in New Issue
Block a user