Add images to compose file

This commit is contained in:
Florian Gareis
2024-06-02 22:04:47 +00:00
parent a6b6eca4d9
commit 1b669f76b8

View File

@@ -1,5 +1,6 @@
services:
frontend:
image: ghcr.io/worklenz/worklenz-frontend
build:
context: ./worklenz-frontend
dockerfile: Dockerfile
@@ -11,6 +12,7 @@ services:
condition: service_started
backend:
image: ghcr.io/worklenz/worklenz-frontend
build:
context: ./worklenz-backend
dockerfile: Dockerfile