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

Fix ci image versions

This commit is contained in:
Lev Vereshchagin 2021-12-14 15:27:09 +03:00
parent 13265fe926
commit 756152b5cb
2 changed files with 14 additions and 14 deletions

View File

@ -2,22 +2,22 @@ version: "3.9"
services:
backend:
image: localhost:5000/frappe/erpnext-worker:latest
image: localhost:5000/frappe/erpnext-worker:${ERPNEXT_VERSION}
frontend:
image: localhost:5000/frappe/erpnext-frontend:latest
image: localhost:5000/frappe/erpnext-frontend:${ERPNEXT_VERSION}
websocket:
image: localhost:5000/frappe/frappe-socketio:latest
image: localhost:5000/frappe/frappe-socketio:${FRAPPE_VERSION}
queue-short:
image: localhost:5000/frappe/erpnext-worker:latest
image: localhost:5000/frappe/erpnext-worker:${ERPNEXT_VERSION}
queue-default:
image: localhost:5000/frappe/erpnext-worker:latest
image: localhost:5000/frappe/erpnext-worker:${ERPNEXT_VERSION}
queue-long:
image: localhost:5000/frappe/erpnext-worker:latest
image: localhost:5000/frappe/erpnext-worker:${ERPNEXT_VERSION}
scheduler:
image: localhost:5000/frappe/erpnext-worker:latest
image: localhost:5000/frappe/erpnext-worker:${ERPNEXT_VERSION}

View File

@ -2,22 +2,22 @@ version: "3.9"
services:
backend:
image: localhost:5000/frappe/frappe-worker:latest
image: localhost:5000/frappe/frappe-worker:${FRAPPE_VERSION}
frontend:
image: localhost:5000/frappe/frappe-nginx:latest
image: localhost:5000/frappe/frappe-nginx:${FRAPPE_VERSION}
websocket:
image: localhost:5000/frappe/frappe-socketio:latest
image: localhost:5000/frappe/frappe-socketio:${FRAPPE_VERSION}
queue-short:
image: localhost:5000/frappe/frappe-worker:latest
image: localhost:5000/frappe/frappe-worker:${FRAPPE_VERSION}
queue-default:
image: localhost:5000/frappe/frappe-worker:latest
image: localhost:5000/frappe/frappe-worker:${FRAPPE_VERSION}
queue-long:
image: localhost:5000/frappe/frappe-worker:latest
image: localhost:5000/frappe/frappe-worker:${FRAPPE_VERSION}
scheduler:
image: localhost:5000/frappe/frappe-worker:latest
image: localhost:5000/frappe/frappe-worker:${FRAPPE_VERSION}