mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
made a lot of changes to accomodate running the same app for differnt projects.
This commit is contained in:
+3
-6
@@ -1,15 +1,12 @@
|
||||
# Domains & Project
|
||||
PREFIX=p1
|
||||
DOMAIN_NAME=yourls.nickyeoman.com
|
||||
YOURLS_DOMAIN_NAME=yourls.nickyeoman.com
|
||||
|
||||
# Passwords
|
||||
MYSQL_ROOT_PASSWORD=ChangeMe2ASecurepass!
|
||||
MYSQL_PASSWORD=Again2ASecurepass!
|
||||
YOURLS_MYSQL_ROOT_PASSWORD=ChangeMe2ASecurepass!
|
||||
YOURLS_MYSQL_PASSWORD=Again2ASecurepass!
|
||||
YOURLS_USER=username
|
||||
YOURLS_PASS=Password4urls
|
||||
|
||||
# Software versions
|
||||
DB_V=10.4.11
|
||||
|
||||
# Network
|
||||
NETWORK_NAME=traefik_web
|
||||
|
||||
Reference in New Issue
Block a user