Compare commits
No commits in common. "17a9b9f1da670219b6929dc1a74d20f92e1236d8" and "fa2cd8d0aa0ab42423203ad68e10ca036da02b2c" have entirely different histories.
17a9b9f1da
...
fa2cd8d0aa
@ -10,6 +10,7 @@ services:
|
||||
- 9000:9000/tcp
|
||||
# if you're using a reverse proxy, uncomment the next line and remove the one above (9000:9000/tcp):
|
||||
#- 127.0.0.1:9000:9000
|
||||
|
||||
environment:
|
||||
# replace https://api.cobalt.tools/ with your instance's target url in same format
|
||||
API_URL: "https://cobalt-api.shoebottom.ca/"
|
||||
@ -18,9 +19,11 @@ services:
|
||||
# if you want to use cookies when fetching data from services, uncomment the next line and the lines under volume
|
||||
# COOKIE_PATH: "/cookies.json"
|
||||
# see docs/run-an-instance.md for more information
|
||||
|
||||
# if you want to use cookies when fetching data from services, uncomment volumes and next line
|
||||
#volumes:
|
||||
#- ./cookies.json:/cookies.json
|
||||
|
||||
cobalt-web:
|
||||
image: ghcr.io/imputnet/cobalt:latest
|
||||
restart: unless-stopped
|
||||
@ -30,6 +33,7 @@ services:
|
||||
- 9001:9001/tcp
|
||||
# if you're using a reverse proxy, uncomment the next line and remove the one above (9001:9001/tcp):
|
||||
#- 127.0.0.1:9001:9001
|
||||
|
||||
environment:
|
||||
# replace https://cobalt.tools/ with your instance's target url in same format
|
||||
WEB_URL: "https://cobalt.shoebottom.ca/"
|
||||
|
@ -7,7 +7,7 @@ services:
|
||||
command: --save 30 1 --loglevel warning
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /docker/appdata/valkey/data:/data
|
||||
- valkey-data:/data
|
||||
networks:
|
||||
- searxng
|
||||
cap_drop:
|
||||
@ -46,3 +46,5 @@ services:
|
||||
max-file: "1"
|
||||
networks:
|
||||
searxng:
|
||||
volumes:
|
||||
valkey-data:
|
Loading…
Reference in New Issue
Block a user