18 lines
365 B
YAML
18 lines
365 B
YAML
version: '3.7'
|
|
|
|
services:
|
|
cobalt-api:
|
|
image: ghcr.io/imputnet/cobalt:latest
|
|
restart: unless-stopped
|
|
ports:
|
|
- "9000:9000"
|
|
environment:
|
|
API_URL: ""
|
|
|
|
cobalt-web:
|
|
image: ghcr.io/imputnet/cobalt-web:latest
|
|
restart: unless-stopped
|
|
ports:
|
|
- "3000:3000"
|
|
environment:
|
|
API_URL: # ->> Connects directly to the API |