Add images to compose file
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
frontend:
|
frontend:
|
||||||
|
image: ghcr.io/worklenz/worklenz-frontend
|
||||||
build:
|
build:
|
||||||
context: ./worklenz-frontend
|
context: ./worklenz-frontend
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
@@ -11,6 +12,7 @@ services:
|
|||||||
condition: service_started
|
condition: service_started
|
||||||
|
|
||||||
backend:
|
backend:
|
||||||
|
image: ghcr.io/worklenz/worklenz-frontend
|
||||||
build:
|
build:
|
||||||
context: ./worklenz-backend
|
context: ./worklenz-backend
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
|||||||
Reference in New Issue
Block a user