2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-01-10 00:37:53 +00:00

Drop version: in compose files

This commit is contained in:
Lev Vereshchagin 2021-12-14 16:16:47 +03:00
parent 37e26ff2c9
commit e6aaed9e79
6 changed files with 0 additions and 12 deletions

View File

@ -1,5 +1,3 @@
version: "3.9"
services:
backend:
image: frappe/frappe-worker:${FRAPPE_VERSION}

View File

@ -1,5 +1,3 @@
version: "3.9"
services:
backend:
image: frappe/erpnext-worker:${ERPNEXT_VERSION}

View File

@ -1,5 +1,3 @@
version: "3.9"
services:
frontend:
labels:

View File

@ -1,5 +1,3 @@
version: "3.9"
services:
backend:
image: frappe/frappe-worker:${FRAPPE_VERSION}

View File

@ -1,5 +1,3 @@
version: "3.9"
services:
backend:
image: localhost:5000/frappe/erpnext-worker:${ERPNEXT_VERSION}

View File

@ -1,5 +1,3 @@
version: "3.9"
services:
backend:
image: localhost:5000/frappe/frappe-worker:${FRAPPE_VERSION}