Enable hot reloading of modified code
Some checks failed
Check usage of free licenses / build-static-assets (pull_request) Failing after 35s
Add copyright notice / copyright_notice (pull_request) Failing after 35s
Run unit tests / unit_tests (pull_request) Successful in 3m4s

This commit is contained in:
Manuel Bustillo 2024-11-03 13:59:35 +01:00
parent c2398c0d80
commit a9016ed352

View File

@ -11,6 +11,8 @@ services:
environment:
DATABASE_URL: postgres://postgres:postgres@db:5432/postgres
RAILS_ENV: development
volumes:
- .:/rails
workers:
build:
context: .
@ -22,6 +24,8 @@ services:
environment:
DATABASE_URL: postgres://postgres:postgres@db:5432/postgres
RAILS_ENV: development
volumes:
- .:/rails
frontend:
build: ../wedding-planner-frontend
ports: