Add optional cobalt stuff for later (maybe)

This commit is contained in:
Isaac Shoebottom 2024-12-06 13:44:04 -04:00
parent ec370ee353
commit 035c6db7f8

View File

@ -5,6 +5,7 @@ services:
restart: unless-stopped restart: unless-stopped
container_name: cobalt container_name: cobalt
init: true init: true
read_only: 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):
@ -16,7 +17,8 @@ services:
API_NAME: "ca-nb-irs" API_NAME: "ca-nb-irs"
# 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 # Uncomment to enable api key
# if you want to use cookies when fetching data from services, uncomment volumes and next line # API_KEY_URL: "file:///keys.json"
#volumes: #volumes:
#- ./cookies.json:/cookies.json #- /docker/appdata/cobalt/cookies.json:/cookies.json:ro
#- /docker/appdata/cobalt/keys.json:/keys.json:ro