+ cobalt
--> Linted: EDITORCONFIG No errors were found in the linting process Details
--> Linted: GITLEAKS No errors were found in the linting process Details
--> Linted: YAML No errors were found in the linting process Details
lint Details

This commit is contained in:
Chase 2023-11-29 05:06:08 +00:00
parent 243accf5d7
commit 2adbc603e8
1 changed files with 22 additions and 0 deletions

View File

@ -636,3 +636,25 @@ services:
- PGID=1000
- PUID=1000
container_name: ytdl-sub
cobalt-api:
image: ghcr.io/wukko/cobalt:latest
restart: unless-stopped
container_name: cobalt-api
init: true
ports:
- 2033:2033/tcp
environment:
- apiPort=2033
- apiURL=https://cobalt-api.chse.dev/
- apiName=us-central
cobalt-web:
image: ghcr.io/wukko/cobalt:latest
restart: unless-stopped
container_name: cobalt-web
init: true
ports:
- 2034:2034/tcp
environment:
- webPort=2034
- webURL=https://cobalt.chse.dev/
- apiURL=https://cobalt-api.chse.dev/