Zion Boggan
repos/Purple Team Lab/caldera/docker-compose.yml
zionboggan.com ↗
18 lines · yaml
History for this file →
1
name: caldera
2
 
3
services:
4
  caldera:
5
    image: caldera:local
6
    build:
7
      context: https://github.com/mitre/caldera.git
8
    hostname: caldera
9
    restart: unless-stopped
10
    ports:
11
      - "8888:8888"
12
      - "8443:8443"
13
      - "7010:7010"
14
      - "7011:7011/udp"
15
      - "7012:7012"
16
    environment:
17
      - CALDERA_CONF=local
18
    command: ["--insecure", "--build"]