fix: README
single command to deploy locally env file placed where docker-compose will be executed
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
VERSION=edge
|
||||
MARIADB_HOST=mariadb
|
||||
MYSQL_ROOT_PASSWORD=admin
|
||||
SITES=your.domain.com
|
||||
LETSENCRYPT_EMAIL=your.email@your.domain.com
|
||||
6
installation/erpnext-publish.yml
Normal file
6
installation/erpnext-publish.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
erpnext-nginx:
|
||||
ports:
|
||||
- "80:80"
|
||||
6
installation/frappe-publish.yml
Normal file
6
installation/frappe-publish.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
frappe-nginx:
|
||||
ports:
|
||||
- "80:80"
|
||||
Reference in New Issue
Block a user