diff --git a/apps/compose.yaml b/apps/compose.yaml new file mode 100644 index 0000000..7d229cc --- /dev/null +++ b/apps/compose.yaml @@ -0,0 +1,9 @@ +services: + backend: + image: jhalitaksoy/mancala-backend:latest + ports: + - "5000:6000" + frontend: + image: jhalitaksoy/mancala-frontend:latest + ports: + - "3000:3000" \ No newline at end of file