2024-02-20 16:08:16 +00:00
|
|
|
# documentation: https://wordpress.org
|
2025-06-13 09:36:17 +00:00
|
|
|
# slogan: WordPress is open source software you can use to create a beautiful website, blog, or app.
|
2025-08-17 16:23:57 +00:00
|
|
|
# category: cms
|
2023-10-24 10:33:49 +00:00
|
|
|
# tags: cms, blog, content, management
|
2024-02-20 16:08:16 +00:00
|
|
|
# logo: svgs/wordpress.svg
|
2023-10-19 08:51:03 +00:00
|
|
|
|
|
|
|
|
services:
|
2024-04-16 10:42:12 +00:00
|
|
|
wordpress:
|
|
|
|
|
image: wordpress:latest
|
|
|
|
|
volumes:
|
|
|
|
|
- wordpress-files:/var/www/html
|
|
|
|
|
environment:
|
2025-08-10 08:10:22 +00:00
|
|
|
- SERVICE_URL_WORDPRESS
|
2024-04-16 10:42:12 +00:00
|
|
|
healthcheck:
|
2024-05-17 08:11:55 +00:00
|
|
|
test: ["CMD", "curl", "-f", "http://127.0.0.1"]
|
2024-04-16 10:42:12 +00:00
|
|
|
interval: 2s
|
|
|
|
|
timeout: 10s
|
|
|
|
|
retries: 10
|