https://github.com/philetaylor/corefilesapi
A docker build that auto generates a service like that seen at https://corefiles.myjoomla.io
https://github.com/philetaylor/corefilesapi
docker joomla production-ready wordpress
Last synced: about 2 months ago
JSON representation
A docker build that auto generates a service like that seen at https://corefiles.myjoomla.io
- Host: GitHub
- URL: https://github.com/philetaylor/corefilesapi
- Owner: PhilETaylor
- Created: 2018-09-17T16:53:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-18T21:19:48.000Z (almost 8 years ago)
- Last Synced: 2026-03-02T13:46:41.054Z (4 months ago)
- Topics: docker, joomla, production-ready, wordpress
- Language: PHP
- Homepage: https://corefiles.myjoomla.io
- Size: 115 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# update on production
docker pull philetaylor/corefilesapi:latest
docker stop $(docker ps -f name=corefiles -q)
docker rm corefiles
docker run --name corefiles -d -e SSL_DOMAIN=corefiles.myjoomla.io --restart=always --env-file=.env-corefiles --mount source=corefiles-ssl,target=/ssl --mount source=acme.sh,target=/root/.acme.sh --mount source=corefiles-downloads,target=/var/www/html/public/downloads -p 80:80 -p 443:443 philetaylor/corefilesapi:latest
# Run on development (with Docker-Compose)
docker-sync-stack start