version:"3.8" services: dashy: # To build from source, replace 'image: lissy93/dashy' with 'build: .' # build: . image:lissy93/dashy container_name:Dashy # Pass in your config file below, by specifying the path on your host machine # volumes: # - /root/my-config.yml:/app/user-data/conf.yml ports: -8088:8080 # Set any environmental variables environment: -NODE_ENV=production -BASE_URL=/dashy # Specify your user ID and group ID. You can find this by running `id -u` and `id -g` # - UID=1000 # - GID=1000 # Specify restart policy restart:unless-stopped # Configure healthchecks healthcheck: test:['CMD','node','/app/services/healthcheck'] interval:1m30s timeout:10s retries:3 start_period:40s
services: kavita: image: jvmilazz0/kavita:latest # Using the stable branch from the official dockerhub repo. container_name: kavita volumes: - ./data/manga:/manga - ./data/comics:/comics - ./data/books:/books - ./config:/kavita/config # /kavita/config must not be changed environment: - TZ=Asia/Shanghai ports: - "5000:5000" restart: unless-stopped
guoyi@mac-mini ~ % brew install caddy ==> Auto-updating Homebrew... Adjust how often this is run with `$HOMEBREW_AUTO_UPDATE_SECS` or disable with `$HOMEBREW_NO_AUTO_UPDATE=1`. Hide these hints with `$HOMEBREW_NO_ENV_HINTS=1` (see `man brew`). ==> Fetching downloads for: caddy ==> Fetching caddy ==> Downloading https://mirrors.aliyun.com/homebrew/homebrew-bottles/caddy-2.10.0.arm64_se ################################################################################### 100.0% ==> Pouring caddy-2.10.0.arm64_sequoia.bottle.1.tar.gz ==> Caveats When running the provided service, caddy's data dir will be set as `/opt/homebrew/var/lib` instead of the default location found at https://caddyserver.com/docs/conventions#data-directory To start caddy now and restart at login: brew services start caddy Or, if you don't want/need a background service you can just run: XDG_DATA_HOME="/opt/homebrew/var/lib" HOME="/opt/homebrew/var/lib" /opt/homebrew/opt/caddy/bin/caddy run --config /opt/homebrew/etc/Caddyfile ==> Summary 🍺 /opt/homebrew/Cellar/caddy/2.10.0: 39 files, 39.5MB ==> Running `brew cleanup caddy`... Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`. Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`). ==> No outdated dependents to upgrade! ==> Caveats zsh completions have been installed to: /opt/homebrew/share/zsh/site-functions