This website works better with JavaScript.
Explore
Help
Sign In
Iron_Felix
/
awesome-compose
Watch
1
Star
0
Fork
You've already forked awesome-compose
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9c1371ede8
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '9c1371ede8'
${ noResults }
awesome-compose
/
nginx-golang
/
docker-compose.yml
10 lines
129 B
YAML
Raw
Normal View
History
Unescape
Escape
Compose app skeletons Signed-off-by: Anca Iordache <anca.iordache@docker.com>
5 years ago
services
:
frontend
:
nginx-golang fix some minor typos (#49) change mysql version in readme to match compose file Signed-off-by: Charlie Arehart <charlie@carehart.org>
5 years ago
build
:
frontend
Compose app skeletons Signed-off-by: Anca Iordache <anca.iordache@docker.com>
5 years ago
ports
:
Fix default port mapping and indentation Signed-off-by: Anca Iordache <anca.iordache@docker.com>
5 years ago
-
80
:
80
Compose app skeletons Signed-off-by: Anca Iordache <anca.iordache@docker.com>
5 years ago
depends_on
:
Fix default port mapping and indentation Signed-off-by: Anca Iordache <anca.iordache@docker.com>
5 years ago
-
backend
Compose app skeletons Signed-off-by: Anca Iordache <anca.iordache@docker.com>
5 years ago
backend
:
build
:
backend