forked from gchq/Bailo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompose.override.yaml
More file actions
52 lines (45 loc) · 925 Bytes
/
compose.override.yaml
File metadata and controls
52 lines (45 loc) · 925 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
name: bailo-dev
services:
webhook-tester:
networks:
default:
internal:
image: tarampampam/webhook-tester:2.2.6
command: serve --auto-create-sessions
ports:
- 8082:8080
mailcrab:
networks:
default:
internal:
ports:
- 1080:1080
- 1025:1025
image: marlonb/mailcrab:v1.6.4
backend:
ports:
- 9229:9229
volumes:
- ./backend/src:/app/src
build:
target: dev
frontend:
volumes:
- ./frontend:/app
build:
target: dev
artefactscan:
ports:
- 3311:3311
volumes:
- ./lib/artefactscan_api/bailo_artefactscan_api:/app/bailo_artefactscan_api
build:
target: dev
minio:
environment:
MINIO_BROWSER_REDIRECT_URL: http://localhost:8080/minio/ui/
MINIO_SERVER_URL: http://minio:9000
MINIO_SKIP_CLIENT: yes
networks:
debug:
name: ${INSTANCE_NAME}_debug