ix_values.yaml 735 B

123456789101112131415161718192021
  1. images:
  2. image:
  3. repository: ccr.ccs.tencentyun.com/seembox/ghcr.io_justarchinet_archisteamfarm
  4. tag: 6.2.2.0
  5. consts:
  6. archisteamfarm_container_name: archisteamfarm
  7. perms_container_name: permissions
  8. config:
  9. Kestrel:
  10. Endpoints: { "HTTP": { "Url": "http://*:%d" } }
  11. KnownNetworks: ["10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
  12. entrypoint: |
  13. #!/bin/sh
  14. set -e
  15. [ -f /app/config/IPC.config ] && { echo "Removing old IPC config..."; rm /app/config/IPC.config; }
  16. echo "Copying updated IPC config..."
  17. cp /config/IPC.config /app/config/IPC.config || { echo "Failed to copy IPC config"; exit 1; }
  18. echo "Starting ArchiSteamFarm..."
  19. exec ArchiSteamFarm --no-restart --system-required