https://github.com/ynput/ayon-docker
The best way to deploy and test AYON server with frontend
https://github.com/ynput/ayon-docker
ayon docker pipeline server
Last synced: about 2 months ago
JSON representation
The best way to deploy and test AYON server with frontend
- Host: GitHub
- URL: https://github.com/ynput/ayon-docker
- Owner: ynput
- License: apache-2.0
- Created: 2022-12-08T12:10:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-07T17:25:12.000Z (5 months ago)
- Last Synced: 2026-04-13T07:49:52.293Z (about 2 months ago)
- Topics: ayon, docker, pipeline, server
- Language: PowerShell
- Homepage:
- Size: 73.2 KB
- Stars: 56
- Watchers: 6
- Forks: 48
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ayon-docker
===========
This is the official Docker-based deployment for the Ayon Server.
Ayon is a robust tool designed to manage and automate workflows in the animation and visual effects industries.
The Docker image includes both:
- [ayon-backend](https://github.com/ynput/ayon-backend): The server backend
- [ayon-frontend](https://github.com/ynput/ayon-frontend): Web interface
Installation
------------
You can use the provided `docker-compose.yml` as a template to start your own deployment.
For more information on installation and user guides,
please visit our [documentation website](https://help.ayon.app/en/help/articles/2293963-ayon-server-local-deployment).
### Demo projects
To help you get familiar with the interface, the `demo/` directory includes three demo project templates:
- `demo_Commercial`
- `demo_Big_Episodic`
- `demo_Big_Feature`
To deploy these demo projects to your server, run:
- `make demo` on Unix systems
- `manage.ps1` demo on Windows
*NOTE: These demo projects can take a while to create.*