mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-14 01:08:27 +00:00
Add example docker-compose file
This commit is contained in:
parent
0ea28783be
commit
078b20038e
19
docker-compose.yml.example
Normal file
19
docker-compose.yml.example
Normal file
@ -0,0 +1,19 @@
|
||||
version: '3.5'
|
||||
|
||||
services:
|
||||
cobalt:
|
||||
build: .
|
||||
restart: unless-stopped
|
||||
container_name: cobalt
|
||||
ports:
|
||||
- 9000:9000/tcp
|
||||
environment:
|
||||
# Set this to the port in which cobalt will run on
|
||||
- port=9000
|
||||
# Set this to your instance's URL
|
||||
- selfURL='https://co.wukko.me'
|
||||
# Set this to a random SHA-512 hash (you can just paste the output of "head /dev/random | sha512sum")
|
||||
- streamSalt=PLACEHOLDER
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user