mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-05 07:49:58 +00:00
65161107fa
- removed ip verification and updated privacy policy to reflect this change. - streamable links now last for 20 seconds instead of 2 minutes. - cleaned up stream verification algorithm. now the same function isn't run 4 times in a row. - removed deprecated way of hosting a cobalt instance.
24 lines
558 B
Text
24 lines
558 B
Text
version: '3.5'
|
|
|
|
services:
|
|
cobalt-api:
|
|
build: .
|
|
restart: unless-stopped
|
|
container_name: cobalt-api
|
|
ports:
|
|
- 9000:9000/tcp
|
|
environment:
|
|
- apiPort=9000
|
|
- apiURL=https://co.wuk.sh/
|
|
- apiName=eu-nl
|
|
cobalt-web:
|
|
build: .
|
|
restart: unless-stopped
|
|
container_name: cobalt-web
|
|
ports:
|
|
- 9000:9000/tcp
|
|
environment:
|
|
- webPort=9000
|
|
- webURL=https://co.wukko.me/
|
|
- apiURL=https://co.wuk.sh/
|