FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
JavaScript-Load-Image/docker-compose.yml at master · dcable1000/JavaScript-Load-Image · GitHub
dcable1000
/
JavaScript-Load-Image
Public
forked from
blueimp/JavaScript-Load-Image
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
JavaScript-Load-Image
/
docker-compose.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
16 lines (16 loc) · 345 Bytes
Breadcrumbs
JavaScript-Load-Image
/
docker-compose.yml
Copy path
File metadata and controls
16 lines (16 loc) · 345 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
version
:
'
3.7
'
services
:
nginx
:
image
:
nginx:alpine
ports
:
-
127.0.0.1:80:80
-
${SERVER_HOST:-127.0.0.1}:${SERVER_PORT-}:80
volumes
:
-
.:/usr/share/nginx/html:ro
mocha
:
image
:
blueimp/mocha-chrome
command
:
http://nginx/test
environment
:
-
WAIT_FOR_HOSTS=nginx:80
depends_on
:
-
nginx
Back
|
FazBrowse Home
|
New Git URL