2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-01-10 09:02:13 +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: services:
backend: backend:
image: localhost:5000/frappe/erpnext-worker:latest image: localhost:5000/frappe/erpnext-worker:${ERPNEXT_VERSION}
frontend: frontend:
image: localhost:5000/frappe/erpnext-frontend:latest image: localhost:5000/frappe/erpnext-frontend:${ERPNEXT_VERSION}
websocket: websocket:
image: localhost:5000/frappe/frappe-socketio:latest image: localhost:5000/frappe/frappe-socketio:${FRAPPE_VERSION}
queue-short: queue-short:
image: localhost:5000/frappe/erpnext-worker:latest image: localhost:5000/frappe/erpnext-worker:${ERPNEXT_VERSION}
queue-default: queue-default:
image: localhost:5000/frappe/erpnext-worker:latest image: localhost:5000/frappe/erpnext-worker:${ERPNEXT_VERSION}
queue-long: queue-long:
image: localhost:5000/frappe/erpnext-worker:latest image: localhost:5000/frappe/erpnext-worker:${ERPNEXT_VERSION}
scheduler: 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: services:
backend: backend:
image: localhost:5000/frappe/frappe-worker:latest image: localhost:5000/frappe/frappe-worker:${FRAPPE_VERSION}
frontend: frontend:
image: localhost:5000/frappe/frappe-nginx:latest image: localhost:5000/frappe/frappe-nginx:${FRAPPE_VERSION}
websocket: websocket:
image: localhost:5000/frappe/frappe-socketio:latest image: localhost:5000/frappe/frappe-socketio:${FRAPPE_VERSION}
queue-short: queue-short:
image: localhost:5000/frappe/frappe-worker:latest image: localhost:5000/frappe/frappe-worker:${FRAPPE_VERSION}
queue-default: queue-default:
image: localhost:5000/frappe/frappe-worker:latest image: localhost:5000/frappe/frappe-worker:${FRAPPE_VERSION}
queue-long: queue-long:
image: localhost:5000/frappe/frappe-worker:latest image: localhost:5000/frappe/frappe-worker:${FRAPPE_VERSION}
scheduler: scheduler:
image: localhost:5000/frappe/frappe-worker:latest image: localhost:5000/frappe/frappe-worker:${FRAPPE_VERSION}