compose-development #92

Merged
bustikiller merged 5 commits from compose-development into main 2024-11-03 13:16:30 +00:00
Showing only changes of commit da8086605d - Show all commits

View File

@ -27,11 +27,15 @@ services:
volumes: volumes:
- .:/rails - .:/rails
frontend: frontend:
build: ../wedding-planner-frontend build:
context: ../wedding-planner-frontend
dockerfile: Dockerfile.dev
ports: ports:
- 3000 - 3000
depends_on: depends_on:
- backend - backend
volumes:
- ../wedding-planner-frontend/:/app
nginx: nginx:
image: nginx:latest image: nginx:latest
ports: ports: