# Docker Compose

DataTorch also support docker-compose setup as an easier alterative to kubernetes.

WARNING

Do not use docker-compose for production if you need to scale to many users.

Please make sure you have both docker and docker-compose installed. Once completed, created a copy of the docker-compose.yaml local and change any values inside to fit your needs.

Show docker-compose.yaml

Run docker-compose inside the same directory to create the containers.

docker-compose up