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 a9016ed352 - Show all commits

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: