- Install MySQL and create database with user permissions per ArchivesSpace instructions
- Insure global variable log_bin_trust_function_creators=1
- Change DB URL in docker-compose.yml to reflect correct credentials for DB
- Change Frontend and Backend proxy urls to reflect "http://archivesspace.palni.org/"
- Change mapped ports in docker-compose.yml
- Run
$ docker-compose up
- Ubuntu 18.04
- MySQL v8.0.25
- Archivesspace v2.8.1
On Docker Hub Used this repo for inspiration.