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: environment:
DATABASE_URL: postgres://postgres:postgres@db:5432/postgres DATABASE_URL: postgres://postgres:postgres@db:5432/postgres
RAILS_ENV: development RAILS_ENV: development
volumes:
- .:/rails
workers: workers:
build: build:
context: . context: .
@ -22,6 +24,8 @@ services:
environment: environment:
DATABASE_URL: postgres://postgres:postgres@db:5432/postgres DATABASE_URL: postgres://postgres:postgres@db:5432/postgres
RAILS_ENV: development RAILS_ENV: development
volumes:
- .:/rails
frontend: frontend:
build: ../wedding-planner-frontend build: ../wedding-planner-frontend
ports: ports: