Refactor renaming erpnext-assets and frappe-assets to erpnext-nginx and frappe-nginx

This commit is contained in:
Davide Bortolami
2020-03-03 23:40:11 +00:00
parent 97ec097870
commit 6f7a9b92ac
11 changed files with 44 additions and 44 deletions

View File

@@ -1,8 +1,8 @@
version: '3'
services:
erpnext-assets:
image: frappe/erpnext-assets:${VERSION}
erpnext-nginx:
image: frappe/erpnext-nginx:${VERSION}
restart: on-failure
environment:
- FRAPPE_PY=erpnext-python

View File

@@ -1,8 +1,8 @@
version: '3'
services:
frappe-assets:
image: frappe/frappe-assets:${VERSION}
frappe-nginx:
image: frappe/frappe-nginx:${VERSION}
restart: on-failure
environment:
- FRAPPE_PY=frappe-python