FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
chocolat/docker-compose.yml at develop · angdev/chocolat · GitHub
angdev
/
chocolat
Public
Notifications
You must be signed in to change notification settings
Fork
5
Star
77
Code
Issues
0
Pull requests
0
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
chocolat
/
docker-compose.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
24 lines (24 loc) · 458 Bytes
Breadcrumbs
chocolat
/
docker-compose.yml
Copy path
File metadata and controls
24 lines (24 loc) · 458 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
web
:
build
:
.
command
:
bash -c "chocolat -r"
expose
:
-
"
5000
"
links
:
-
mongo
-
postgres
environment
:
CHOCOLAT_ENV
:
production
CHOCOLAT_PORT
:
5000
DATABASE_DRIVER
:
postgres
DATABASE_URL
:
postgresql://postgres:mysecretpassword@postgres?sslmode=disable
REPO_URL
:
mongo
mongo
:
image
:
mongo:latest
postgres
:
image
:
postgres:latest
haproxy
:
image
:
tutum/haproxy:latest
ports
:
-
"
80:80
"
links
:
-
"
web:web
"
Back
|
FazBrowse Home
|
New Git URL