mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
docs/examples: update composefile example
This commit is contained in:
parent
08cc36c873
commit
2dc9d64092
1 changed files with 1 additions and 6 deletions
|
@ -1,14 +1,11 @@
|
||||||
services:
|
services:
|
||||||
cobalt-api:
|
cobalt-api:
|
||||||
image: ghcr.io/imputnet/cobalt:7
|
image: ghcr.io/imputnet/cobalt:10
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: cobalt-api
|
container_name: cobalt-api
|
||||||
|
|
||||||
init: true
|
init: true
|
||||||
|
|
||||||
# if container doesn't run detached on your machine, uncomment the next line
|
|
||||||
#tty: true
|
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
- 9000:9000/tcp
|
- 9000:9000/tcp
|
||||||
# if you're using a reverse proxy, uncomment the next line and remove the one above (9000:9000/tcp):
|
# if you're using a reverse proxy, uncomment the next line and remove the one above (9000:9000/tcp):
|
||||||
|
@ -17,8 +14,6 @@ services:
|
||||||
environment:
|
environment:
|
||||||
# replace https://api.cobalt.tools/ with your instance's target url in same format
|
# replace https://api.cobalt.tools/ with your instance's target url in same format
|
||||||
API_URL: "https://api.cobalt.tools/"
|
API_URL: "https://api.cobalt.tools/"
|
||||||
# replace eu-nl with your instance's distinctive name
|
|
||||||
API_NAME: "eu-nl"
|
|
||||||
# if you want to use cookies when fetching data from services, uncomment the next line and the lines under volume
|
# if you want to use cookies when fetching data from services, uncomment the next line and the lines under volume
|
||||||
# COOKIE_PATH: "/cookies.json"
|
# COOKIE_PATH: "/cookies.json"
|
||||||
# see docs/run-an-instance.md for more information
|
# see docs/run-an-instance.md for more information
|
||||||
|
|
Loading…
Reference in a new issue