-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Open
Labels
feature requestNew feature or requestNew feature or request
Description
problem description
Information about selfhosting a web app has been removed from the manual.
https://github.com/imputnet/cobalt/blob/main/docs/run-an-instance.md
The old configuration now runs 2 instances of cobalt-api.
How to selfhost new version of web app?
your instance configuration
cobalt_api:
image: ghcr.io/imputnet/cobalt:latest
container_name: cobalt_api
ports:
- 9002:9000/tcp
environment:
- API_URL=https://api.cobalt.${DOMAIN}/
restart: unless-stopped
cobalt:
image: ghcr.io/imputnet/cobalt:latest
container_name: cobalt
ports:
- 9003:9001/tcp
environment:
- WEB_URL=https://cobalt.${DOMAIN}/
- API_URL=https://api.cobalt.${DOMAIN}/
restart: unless-stopped
jo-chemla, Bl4ckspell7, GoDjMike and Abdull
Metadata
Metadata
Assignees
Labels
feature requestNew feature or requestNew feature or request