mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-26 10:43:35 +02:00
m
This commit is contained in:
parent
6f15838d24
commit
0cf081bf62
3 changed files with 15785 additions and 50 deletions
11
react-nginx/compose-dev.yaml
Executable file
11
react-nginx/compose-dev.yaml
Executable file
|
@ -0,0 +1,11 @@
|
|||
services:
|
||||
frontend:
|
||||
build:
|
||||
context: .
|
||||
target: dev-envs
|
||||
container_name: frontend
|
||||
ports:
|
||||
- "80:3000"
|
||||
- "3000:3000"
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
Loading…
Add table
Add a link
Reference in a new issue