docs/examples/docker: update formatting and clean up

This commit is contained in:
wukko 2024-03-29 07:32:45 +06:00
parent a86482b894
commit 730ae71448

View file

@ -18,12 +18,10 @@ services:
environment: environment:
# replace https://co.wuk.sh/ with your instance's target url in same format # replace https://co.wuk.sh/ with your instance's target url in same format
- API_URL=https://co.wuk.sh/ API_URL: "https://co.wuk.sh/"
# replace eu-nl with your instance's distinctive name # replace eu-nl with your instance's distinctive name
- API_NAME=eu-nl API_NAME: "eu-nl"
# if you want to use cookies when fetching data from services, uncomment the next line # see docs/run-an-instance.md for more information
#- COOKIE_PATH=/cookies.json
# see cookies.example.json for example file.
labels: labels:
- com.centurylinklabs.watchtower.scope=cobalt - com.centurylinklabs.watchtower.scope=cobalt
@ -48,9 +46,9 @@ services:
environment: environment:
# replace https://cobalt.tools/ with your instance's target url in same format # replace https://cobalt.tools/ with your instance's target url in same format
- WEB_URL=https://cobalt.tools/ WEB_URL: "https://cobalt.tools/"
# replace https://co.wuk.sh/ with preferred api instance url # replace https://co.wuk.sh/ with preferred api instance url
- API_URL=https://co.wuk.sh/ API_URL: "https://co.wuk.sh/"
labels: labels:
- com.centurylinklabs.watchtower.scope=cobalt - com.centurylinklabs.watchtower.scope=cobalt