Skip to content

docker and docker-compose setup for ace-am and ace-ims

Matt Critchlow requested to merge ace-am-image into master

Closes: #53

  • Adds Dockerfile with targets for building ace-am and ace-ims images
  • Adds docker-compose.yml file to setting up a local development environment with the ace-am and ace-ims images, along with mysql databases for each of them
  • Adds a docker/ directory containing default environment files and templates needed to run a local development environment with these images
  • Adds a docker/README.md file with basic information and instructions on using the docker-based stack
  • Update ACE project README to be a markdown file, add a reference to the docker setup, update some information
  • From @ekahs - update ace-am database schema to use text columns where applicable and fulltext indexes
  • Adds a deploy job to CI for building/pushing the ace-am and ace-ims images to the Gitlab image registry using Kaniko
Edited by Matt Critchlow

Merge request reports