nginx / docker-compose.dev.yaml
Xiao
add nginx
a94a366
raw
history blame contribute delete
275 Bytes
services:
frontend:
build:
context: .
target: dev-envs
dockerfile: ./Dockerfile.stage
container_name: frontend
ports:
- "80:3000"
- "3000:3000"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./src/:/app/src