An open API service indexing awesome lists of open source software.

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

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.*