메뉴 건너뛰기

infra

Pixi 설치하기

suritam92024.03.12 11:24조회 수 0댓글 0

  • 1
    • 글자 크기

Pixi는 의도적으로 취약하게 설계한 API이며 몽고DB, 익스프레스, 앵귤러, 노드로 만들어진 웹 애플리케이션이다.

 

https://github.com/DevSlop/Pixi

$ git clone https://github.com/DevSlop/Pixi.git

$ vi docker-compose.yaml 

$ sudo docker-compose up

 

https://github.com/DevSlop/Pixi/blob/master/api/server.conf

username: "pixiadmin", 

password: "adminpixi",

 

version: "2"

 

services:

  db:

    image: deadrobots/pixi:datastore

    container_name: pixidb

    ports:

      - "27017:27017"

      - "28017:28017"

    expose:

      - "27017"

      - "28017"

 

  app:

    build: ./app

    ports:

      - "8000:8000"

 

      - "8090:8090"

 

연결 포트가 중복되면 조금 수정해서 운영가능하다.

 

27017 이 열려있으므로 robomongo -> studio 3t 를 이용해 접속하여 db 정보를 볼 수 있다.

 

 

 

  • 1
    • 글자 크기
Damn Vulnerable GraphQL Application 설치 및 테스트 (by suritam9)

댓글 달기

suritam9
2024.03.12 조회 0
suritam9
2024.03.10 조회 1
suritam9
2024.03.11 조회 3
suritam9
2022.10.26 조회 22
suritam9
2022.07.10 조회 73
suritam9
2021.01.02 조회 130
첨부 (1)
mongo.png
730.8KB / Download 0
위로