FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
stacki/docker/docker-compose.yaml at develop · Teradata/stacki · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
Teradata
/
stacki
Public
Notifications
You must be signed in to change notification settings
Fork
71
Star
236
Code
Issues
42
Pull requests
15
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
stacki
/
docker
/
docker-compose.yaml
Copy path
More file actions
More file actions
Latest commit
History
History
History
40 lines (34 loc) · 648 Bytes
Breadcrumbs
stacki
/
docker
/
docker-compose.yaml
Copy path
File metadata and controls
40 lines (34 loc) · 648 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
version
:
"
3
"
services
:
frontend
:
depends_on
:
-
redis
build
:
context
:
..
dockerfile
:
docker/frontend/Dockerfile
image
:
stacki/frontend-centos:latest
hostname
:
frontend
privileged
:
true
ports
:
-
"
2200:22
"
environment
:
-
REDIS_PASSWORD=${REDIS_PASSWORD:-redis}
networks
:
-
local
volumes
:
-
develop:/root
redis
:
build
:
context
:
redis
image
:
stacki/redis
hostname
:
redis
environment
:
-
REDIS_PASSWORD=${REDIS_PASSWORD:-redis}
networks
:
-
local
networks
:
local
:
driver
:
bridge
volumes
:
develop
:
external
:
true
Back
|
FazBrowse Home
|
New Git URL