This website requires JavaScript.
Explore
Help
Register
Sign In
docker
/
awesome-compose
Watch
1
Star
0
Fork
0
You've already forked awesome-compose
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
f16cb84e61538eda29ffc1932aa2ed2be070b886
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>
2020-02-13 14:14:36 +01:00
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>
2020-04-12 14:42:42 -05:00
build
:
frontend
Compose app skeletons Signed-off-by: Anca Iordache <anca.iordache@docker.com>
2020-02-13 14:14:36 +01:00
ports
:
Fix default port mapping and indentation Signed-off-by: Anca Iordache <anca.iordache@docker.com>
2020-03-24 00:36:46 +01:00
-
80
:
80
Compose app skeletons Signed-off-by: Anca Iordache <anca.iordache@docker.com>
2020-02-13 14:14:36 +01:00
depends_on
:
Fix default port mapping and indentation Signed-off-by: Anca Iordache <anca.iordache@docker.com>
2020-03-24 00:36:46 +01:00
-
backend
Compose app skeletons Signed-off-by: Anca Iordache <anca.iordache@docker.com>
2020-02-13 14:14:36 +01:00
backend
:
build
:
backend
Reference in New Issue
Copy Permalink