mystamps icon indicating copy to clipboard operation
mystamps copied to clipboard

Integrate Docker (minimal requirements)

Open php-coder opened this issue 8 years ago • 0 comments

Manual process for running production on top of the Docker containers with docker-compose.

  • [x] provide docker-compose file for running application with test profile
  • [x] provide support for running application with prod profile
  • [ ] add playbook for installation and configuration of docker on a host (see https://www.digitalocean.com/community/tutorials/how-to-use-ansible-to-install-and-set-up-docker-on-ubuntu-18-04)
  • [ ] modify deployment scripts to run docker container rather than a WAR file
  • [ ] add documentation (copy application-prod.properties, and (optionally) database backup, run)
  • [ ] run MySQL in Moscow timezone to work correctly with existing data (see #76)

php-coder avatar Feb 21 '17 21:02 php-coder