mirror of
https://github.com/docker/awesome-compose.git
synced 2025-11-22 00:15:42 +01:00
Move all samples to the root dir
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
This commit is contained in:
12
nginx-golang/docker-compose.yml
Normal file
12
nginx-golang/docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
version: "3.7"
|
||||
services:
|
||||
frontend:
|
||||
build: frontend
|
||||
ports:
|
||||
- 8080:80
|
||||
depends_on:
|
||||
- backend
|
||||
backend:
|
||||
build: backend
|
||||
|
||||
Reference in New Issue
Block a user