2024-02-20 16:08:16 +00:00
|
|
|
# documentation: https://wordpress.org
|
2023-10-25 13:44:34 +00:00
|
|
|
# slogan: WordPress with external database. Wordpress is open source software you can use to create a beautiful website, blog, or app.
|
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:
|
|
|
|
wordpress:
|
|
|
|
image: wordpress:latest
|
|
|
|
volumes:
|
|
|
|
- wordpress-files:/var/www/html
|
|
|
|
environment:
|
|
|
|
SERVICE_FQDN:
|
2024-01-29 13:03:59 +00:00
|
|
|
WORDPRESS_DB_HOST: $WORDPRESS_DB_HOST
|
|
|
|
WORDPRESS_DB_USER: $WORDPRESS_DB_USER
|
|
|
|
WORDPRESS_DB_PASSWORD: $WORDPRESS_DB_PASSWORD
|
|
|
|
WORDPRESS_DB_NAME: $WORDPRESS_DB_NAME
|