implement new service templates
This commit is contained in:
10
templates/compose/wordpress-without-database.yaml
Normal file
10
templates/compose/wordpress-without-database.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
# documetaion: https://wordpress.org/documentation/
|
||||
# slogan: "WordPress is open source software you can use to create a beautiful website, blog, or app."
|
||||
|
||||
services:
|
||||
wordpress:
|
||||
image: wordpress:latest
|
||||
volumes:
|
||||
- wordpress-files:/var/www/html
|
||||
environment:
|
||||
SERVICE_FQDN:
|
||||
Reference in New Issue
Block a user