Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shiena/docker-unity-accelerator
Docker images for Unity Accelerator
https://github.com/shiena/docker-unity-accelerator
docker unity
Last synced: 3 months ago
JSON representation
Docker images for Unity Accelerator
- Host: GitHub
- URL: https://github.com/shiena/docker-unity-accelerator
- Owner: shiena
- License: mit
- Created: 2020-01-18T14:21:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-20T16:46:40.000Z (over 3 years ago)
- Last Synced: 2024-05-21T15:37:16.149Z (6 months ago)
- Topics: docker, unity
- Language: Shell
- Homepage: https://blogs.unity3d.com/2019/09/11/speed-up-your-team-with-the-unity-accelerator/?_ga=2.106842947.1928618588.1579006639-995425808.1516719429
- Size: 12.7 KB
- Stars: 20
- Watchers: 3
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-unity-accelerator
Docker images for Unity Accelerator with Prometheus and Grafana## Environment variables
`accelerator.env` example
```
COLLAB_REGISTRATION_TOKEN=ft0bJvbRD
DISABLE_USAGE_STATS=yes
```| Variable | Usage |
|---|---|
| COLLAB_REGISTRATION_TOKEN | Accelerate [Unity Collaborate](https://unity3d.com/unity/features/collaborate) |
| DISABLE_USAGE_STATS | Set to true to disable usage stats – leaving usage stats enabled can help improve the Accelerator’s features and performance by giving Unity valuable feedback. |
| USER | The user name for the local, built-in dashboard. |
| PASSWORD | The password for the local, built-in dashboard. |
| CERT_HOSTNAME | The hostname to use for TLS support. This is used for redirects, etc. and goes along with CERT_PEM and KEY_PEM below. |
| CERT_PEM | The path to a cert.pem to use for TLS support. If you set CERT_HOSTNAME but do not set CERT_PEM, /cert.pem will be assumed. |
| KEY_PEM | The path to a key.pem to use for TLS support. If you set CERT_HOSTNAME but do not set KEY_PEM, /key.pem will be assumed. || variable | usage |
|----|----|
| UNITY_ACCELERATOR_PERSIST | Container default is /agent. This is the directory where unity-accelerator.cfg resides as well as other persisted data (cachedir possibly being different). |
| UNITY_ACCELERATOR_LOG_STDOUT | Container default is true. This, if true, will output logs to stdout only; false if you want actual log files written within the persist directory. |see also
- https://hub.docker.com/r/unitytechnologies/accelerator
- https://docs.unity3d.com/Manual/UnityAccelerator.html#docker## Usage
```
# Pull images
docker-compose pull# Run services
docker-compose up -d
```- Metrics reports: http://localhost:8080/metrics
- Health page: http://localhost:8080/api/health-agent## Additional Services
- Grafana: http://localhost:3000/
- default admin user is admin/admin
- Prometheus: http://localhost:9090/