1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-26 10:43:35 +02:00
This commit is contained in:
Jerry1984Larsson 2023-01-14 23:57:59 +00:00
parent 6f15838d24
commit 0cf081bf62
3 changed files with 15785 additions and 50 deletions

11
react-nginx/compose-dev.yaml Executable file
View 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