git clone ssh://[email protected]:222/jmilette/secret-santa-builder.git
docker build -t coolname/fancytag .
Modify the example .env_test file in this repo and mount it as /var/www/.env
Mount a copy of the maxmind geoip city database to /usr/local/share/GeoIP/GeoLite2-City.mmdb
After setting up the database, create the database and initalize the schema by connecting into the secret santa container and running the below
CREATE DATABASE secretsanta DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;
cd /var/www && bin/console doctrine:schema:update --force