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