-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeps.yaml
More file actions
44 lines (41 loc) · 1.03 KB
/
deps.yaml
File metadata and controls
44 lines (41 loc) · 1.03 KB
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
services:
oracle:
image: gvenzl/oracle-xe:21.3.0
hostname: oracle
container_name: oracle
environment:
ORACLE_PASSWORD: testing
ports:
- "1521:1521"
- "5500:5500"
volumes:
- ./container/oracle/initdb.d:/container-entrypoint-initdb.d
keycloak:
image: jeffersonlab/keycloak:2.1.0
hostname: keycloak
container_name: keycloak
ports:
- "8081:8080"
- "9991:9990"
environment:
KC_FRONTEND_URL: 'http://localhost:8081/auth'
KC_BACKEND_URL: 'http://keycloak:8080/auth'
KC_HTTP_RELATIVE_PATH: '/auth'
KC_BOOTSTRAP_ADMIN_USERNAME: 'admin'
KC_BOOTSTRAP_ADMIN_PASSWORD: 'admin'
volumes:
- ./container/keycloak/initdb.d:/container-entrypoint-initdb.d
puppet:
image: slominskir/puppet-show:2.1.1
hostname: puppet
container_name: puppet
ports:
- "3000:3000"
privileged: true
mailhog:
image: mailhog/mailhog:v1.0.1
hostname: mailhog
container_name: mailhog
ports:
- "1025:1025"
- "8025:8025"