-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathci.yml
More file actions
27 lines (27 loc) · 758 Bytes
/
ci.yml
File metadata and controls
27 lines (27 loc) · 758 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
schemaVersion: v0.2
prepare:
steps:
- name: Give Appropriate Permissions To The Install Script
command: chmod +x ./install.sh
- name: Run The Installation Script
command: ./install.sh
test:
steps: []
run:
keycloak:
steps:
- name: Start Keycloak
command: ./keycloak-$(cat ./KEYCLOAK_VERSION)/bin/kc.sh start --proxy-headers
xforwarded --hostname-strict false --http-port 3000 --http-enabled
true --db postgres --db-url $DATABASE_JDBC_STRING --db-username
$DATABASE_USER --db-password $DATABASE_PASSWORD
plan: 201
replicas: 1
network:
ports:
- port: 3000
isPublic: false
paths:
- port: 3000
path: /
stripPath: false