mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
Cleaned up all compose files
cleaned up all the files. they should now all work for multiple projects.
This commit is contained in:
+11
-2
@@ -1,5 +1,14 @@
|
||||
# Rename this file to .env
|
||||
# Domains & Project
|
||||
PREFIX=p1
|
||||
DOMAIN_NAME=joomla.nickyeoman.com
|
||||
PREFIX=project_name
|
||||
|
||||
# PASSWORDS
|
||||
MYSQL_PASSWORD=MyNotSecurePassword1234
|
||||
MYSQL_ROOT_PASSWORD=AlsoNotSecure
|
||||
|
||||
# Software versions
|
||||
JOOMLA_V=3.9.16-apache
|
||||
JOOMLADB_V=10.4.11
|
||||
|
||||
# Network
|
||||
NETWORK_NAME=traefik_web
|
||||
|
||||
Reference in New Issue
Block a user