Skip to content

Instantly share code, notes, and snippets.

View ninjasujan's full-sized avatar
🏠
Working from home

Sujan ninjasujan

🏠
Working from home
  • Taptic
  • Manipal, Karnataka
View GitHub Profile
@ninjasujan
ninjasujan / _docker-compose.yml
Last active August 28, 2022 06:44
docker-compose gist - command and execution step
version: "3.8"
services:
web:
build: ./frontend
ports:
- 300:3000
api:
build: ./backend
ports:
- 3001:3001