Skip to content
Snippets Groups Projects

#90 Feature/setup ci cd

Open #90 Feature/setup ci cd
2 unresolved threads
Open Ranindya Paramitha requested to merge feature/setup-ci-cd into develop
2 unresolved threads
Viewing commit c16ab788
Show latest version
1 file
+ 2
6
Preferences
Compare changes
+ 2
6
version: '3'
services:
backend:
build:
context: ./backend
dockerfile: backend/Dockerfile
build: ./backend
image: __CI_REGISTRY_IMAGE__/backend:latest
ports:
- "3080:3080"
@@ -15,9 +13,7 @@ services:
- back-tier
frontend:
build:
context: ./frontend
dockerfile: frontend/Dockerfile
build: ./frontend
image: __CI_REGISTRY_IMAGE__/frontend:latest
ports:
- "8080:8080"