mirror of
https://github.com/wukko/cobalt.git
synced 2025-03-22 17:19:23 +01:00
docs/examples/docker: add yt-session-generator example
This commit is contained in:
parent
f18d28dcfc
commit
da040f1a09
1 changed files with 11 additions and 0 deletions
|
@ -41,3 +41,14 @@ services:
|
|||
command: --cleanup --scope cobalt --interval 900 --include-restarting
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
# if needed, use this image for automatically generating poToken & visitor_data
|
||||
# yt-session-generator:
|
||||
# image: ghcr.io/imputnet/yt-session-generator:webserver
|
||||
|
||||
# init: true
|
||||
# restart: unless-stopped
|
||||
# container_name: yt-session-generator
|
||||
|
||||
# ports:
|
||||
# - 127.0.0.1:1280:8080
|
||||
|
|
Loading…
Reference in a new issue