10 lines
201 B
YAML
10 lines
201 B
YAML
services:
|
|
sp:
|
|
image: johannesjo/super-productivity:latest
|
|
ports:
|
|
- 80:80
|
|
environment:
|
|
- SYNC_INTERVAL=5
|
|
- IS_COMPRESSION_ENABLED=true
|
|
- IS_ENCRYPTION_ENABLED=true
|