The code to build the custom app backend docker image. Based on directus/directus:v8-apache
Cronjob to update News from Wordpress:
/_/custom/cron/news
Update the $VERSION in build_docker.sh and run:
./build_docker.sh
docker-compose up -d
Login: http://localhost:8881
Username: [email protected]
Password: admin
API URL Schema:
/src/public/extensions/custom/endpoints/hello.php
is available at http://localhost:8881/_/custom/hello
docker-compose run --rm directus install --email [email protected] --password admin
docker exec -it mova21_mysql_1 mysql -u root -p
docker exec -i mova21_mysql_1 mysql -u root -p directus < directus_db.sql