This README would normally document whatever steps are necessary to get the
application up and running.
You must have Docker installed in order to run this service
Things you may want to cover:
1.`git clone` the project onto your local workspace
2. within the project dir, run `docker build . -t dev/facem-backoffice:latest`
3. within the project dir, run `docker compose up`
4. open app under http://localhost:4000/
* Ruby version
Optionally, you can run `docker compose --profile with email up` in case you want to access locally sent mails with a virtual mailbox through `http://localhost:1080/
* System dependencies
# Deploy Docker Service on Production Server
* Configuration
1. `ssh` into the production server
2. `cd` into _gitlab.phaidra.org/facem/facem-backoffice_
3. within the project dir, `git pull` if you need to get the newest version
4. within the project dir, `sudo docker build . -t $IMAGE_NAME -f Dockerfile.production`
5. within the project dir, `sudo docker-compose -f docker-compose.production.yml up -d`