FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
angular/docker-compose.dev.yml at master · firebaseui/angular · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
firebaseui
/
angular
Public
forked from
mgechev/angular-seed
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
angular
/
docker-compose.dev.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
21 lines (18 loc) · 356 Bytes
Breadcrumbs
angular
/
docker-compose.dev.yml
Copy path
File metadata and controls
21 lines (18 loc) · 356 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
version
:
'
2
'
services
:
web
:
build
:
context
:
.
dockerfile
:
./.docker/Dockerfile_dev
command
:
npm start
container_name
:
angular-seed-dev
image
:
angular-seed/dev
volumes
:
-
./src:/home/node/angular-seed/src
networks
:
-
dev-network
ports
:
-
'
5555:5555
'
networks
:
dev-network
:
driver
:
bridge
Back
|
FazBrowse Home
|
New Git URL