mirror of
https://github.com/CoolnsX/selfhost.git
synced 2025-12-20 07:15:17 +05:30
15 lines
325 B
YAML
15 lines
325 B
YAML
services:
|
|
imaginary:
|
|
restart: unless-stopped
|
|
image: nextcloud/aio-imaginary:latest
|
|
container_name: imaginary
|
|
environment:
|
|
PORT: 11000
|
|
command: -enable-url-source -cors
|
|
labels:
|
|
- "com.centurylinklabs.watchtower.enable=true"
|
|
ports:
|
|
- "11000:11000"
|
|
cap_add:
|
|
- SYS_NICE
|