Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amitdhanani2012/amitdhanani_bitnami_wordpress
https://github.com/amitdhanani2012/amitdhanani_bitnami_wordpress
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/amitdhanani2012/amitdhanani_bitnami_wordpress
- Owner: amitdhanani2012
- Created: 2024-03-25T10:10:34.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-29T13:47:53.000Z (9 months ago)
- Last Synced: 2024-03-30T12:53:45.306Z (9 months ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Here I use bitnami/wordpress image and replace entrypoint.sh inside Docker image.
I also installed curl command which needed for health check during ecs task health check also added HEALTHCHECK
entrypoint.sh has /download-extra.sh
/download-extra.sh installs humanmade/s3-uploads s3 wordpress media offload module and also set s3 bucket/s3 region
/download-extra.sh also change wp-config.php for s3 parameter and activate s3-uploads plugin
Any new plugin can only be installed by /download-extra.sh during container initialization if you don't want to use persistent storage.