6 Commits

Author SHA1 Message Date
bb61c93773 Reworked Docker image into two parts
This is the same approach as used in the Blender Dev Fund site. The
heavy/time-consuming installation of dependencies is done in the base image,
and the project files are contained in the final image.
2018-11-06 17:40:42 +01:00
76810437bc Deleted one line too many 2018-10-09 18:17:13 +02:00
aa2a1f1e75 No longer copy docker-compose.yml to server
It's now managed independently of this project, as it is a cross-project
file.
2018-10-09 17:38:05 +02:00
de1e24b916 Updated REMOTE_DOCKER_COMPOSE_DIR 2018-10-09 17:37:25 +02:00
dafcc1e399 Adapted to deploying on sintel.blender.org 2018-08-10 11:08:46 +02:00
2713dee5c6 Added 2server script to easily deploy to the production server
Run `./2server mydata.blender.org` to do this:

 - update the remote docker-compose.yml
 - update the remote docker image
 - reconstruct & restart the remote docker container
2018-08-09 16:25:29 +02:00